Browse Source

90livenet/module-setup.sh: silence check for wget

master
Harald Hoyer 14 years ago
parent
commit
4f6eb791b4
  1. 2
      modules.d/90livenet/module-setup.sh

2
modules.d/90livenet/module-setup.sh

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
check() {
# a live, host-only image doesn't really make a lot of sense
[[ $hostonly ]] && return 1
command -v wget || return 1
command -v wget >/dev/null || return 1
return 0
}


Loading…
Cancel
Save