summaryrefslogtreecommitdiffstats
path: root/modules.d/90livenet
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:33:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:33:12 +0000
commitc00ecb2892f783ed18c2f62772665d86ea66a252 (patch)
treed4f8f0a3e76745c861141e462bd80850187bb88e /modules.d/90livenet
parentReleasing progress-linux version 102-3~progress7.99u1. (diff)
downloaddracut-c00ecb2892f783ed18c2f62772665d86ea66a252.tar.xz
dracut-c00ecb2892f783ed18c2f62772665d86ea66a252.zip
Merging upstream version 103.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'modules.d/90livenet')
-rwxr-xr-xmodules.d/90livenet/livenetroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/90livenet/livenetroot.sh b/modules.d/90livenet/livenetroot.sh
index 34f91ff..eccaaed 100755
--- a/modules.d/90livenet/livenetroot.sh
+++ b/modules.d/90livenet/livenetroot.sh
@@ -47,7 +47,7 @@ while [ "$i" -le "$RETRIES" ]; do
imgfile=
fi
- if [ -n "$imgfile" -a -s "$imgfile" ]; then
+ if [ -n "$imgfile" ] && [ -s "$imgfile" ]; then
break
else
if [ $i -ge "$RETRIES" ]; then