aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/modloop.initd
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-16 11:22:25 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-16 11:23:04 +0200
commit2ecf03930e7c3bec236988e8efe966278f95f130 (patch)
tree3b954ba58c1376623bf8ce3228d5c488e341d0e5 /main/openrc/modloop.initd
parent7037ec8584fe25d871f938b73e9e3d5ea9238e4b (diff)
main/openrc: fix modloop to work with https
Diffstat (limited to 'main/openrc/modloop.initd')
-rw-r--r--main/openrc/modloop.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openrc/modloop.initd b/main/openrc/modloop.initd
index 392569a48d0..5f6f22447c0 100644
--- a/main/openrc/modloop.initd
+++ b/main/openrc/modloop.initd
@@ -53,7 +53,7 @@ start() {
mkdir -p /.modloop /lib
case "$KOPT_modloop" in
- http://*|https://|ftp://*)
+ http://*|https://*|ftp://*)
wget -P "$modloop_dldir" "$KOPT_modloop" \
&& modloop=$modloop_dldir/$(basename $KOPT_modloop)
;;