diff options
-rw-r--r-- | setup-alpine.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index f21b966..d7bcce2 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -59,7 +59,7 @@ case "$USEANSWERFILE" in http*://*|ftp://*) # dynamically download answer file from URL (supports HTTP(S) and FTP) # ensure the network is up, otherwise setup a temporary interface config - if ! rc-status networking --quiet status; then + if ! rc-service networking --quiet status; then setup-interfaces -ar fi |