]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
typo bugfix
authorNathan Rini <nate@ucar.edu>
Thu, 4 Oct 2018 16:53:49 +0000 (10:53 -0600)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 25 Oct 2019 09:37:43 +0000 (11:37 +0200)
modules.d/90livenet/livenetroot.sh

index 747a0706ac17b8646770f22f376f86155397fc83..305a6c25a9d52c83983919418385e4b11134e584 100755 (executable)
@@ -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