diff --git a/airootfs/etc/systemd/scripts/sysresccd-autorun b/airootfs/etc/systemd/scripts/sysresccd-autorun index a5260b1..26a71a0 100755 --- a/airootfs/etc/systemd/scripts/sysresccd-autorun +++ b/airootfs/etc/systemd/scripts/sysresccd-autorun @@ -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)