Skip to content

Commit 3175e9d

Browse files
committed
1 parent c477005 commit 3175e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ fi
320320
#If VARA is chosen, make sure we have a Pi 4 to work with.
321321
#As of 02OCT2022 the VARA installer only works with the Pi 4.
322322
VARA_CHK=$(grep VARA ${BASE})
323-
if [ -n $VARA_CHK ]; then
323+
if [ -n "$VARA_CHK" ]; then
324324
FREEMEM=$(free -m | grep Mem: | awk '{ print $2 }')
325325
if [ $FREEMEM -lt 1500 ]; then
326326
echo "Not enough memory available"

0 commit comments

Comments
 (0)