mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
permit httpS to download autorun scripts
This commit is contained in:
parent
e9d0356b8c
commit
97680ce9ed
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ def main():
|
|||
sys.exit(0)
|
||||
|
||||
# ---- parse the autorun sources ----
|
||||
if re.match('^http://', ar_source):
|
||||
if re.match('^https?://', ar_source):
|
||||
search_autoruns(ar_source, ar_autoruns, copyfilefct_http)
|
||||
elif re.match('^/dev/', ar_source): # mount a partition/device
|
||||
mnt1=('mount',ar_source,autorunmnt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue