From: Nathan Rini Date: Thu, 4 Oct 2018 16:53:49 +0000 (-0600) Subject: typo bugfix X-Git-Tag: 050~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bac59ee5ee3600959835e2c7e1a10c27f65ba8d;p=thirdparty%2Fdracut.git typo bugfix --- diff --git a/modules.d/90livenet/livenetroot.sh b/modules.d/90livenet/livenetroot.sh index 747a0706a..305a6c25a 100755 --- a/modules.d/90livenet/livenetroot.sh +++ b/modules.d/90livenet/livenetroot.sh @@ -6,8 +6,8 @@ type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh . /lib/url-lib.sh PATH=/usr/sbin:/usr/bin:/sbin:/bin -RETRIES={$RETRIES:-100} -SLEEP={$SLEEP:-5} +RETRIES=${RETRIES:-100} +SLEEP=${SLEEP:-5} [ -e /tmp/livenet.downloaded ] && exit 0