diff options
Diffstat (limited to 'setup-alpine-web.in')
-rw-r--r-- | setup-alpine-web.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine-web.in b/setup-alpine-web.in index 3eaed7d..5da9d5b 100644 --- a/setup-alpine-web.in +++ b/setup-alpine-web.in @@ -45,7 +45,7 @@ do_setup() { hostname $HNAME # install needed packages - apk_add dhcp iptables "$@" + apk add dhcp iptables "$@" # config dhcp server make_dhcp_global > /etc/dhcp/dhcpd.conf |