summaryrefslogtreecommitdiffstats
path: root/modules.d/90livenet/livenetroot.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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