We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c477005 commit 3175e9dCopy full SHA for 3175e9d
update
@@ -320,7 +320,7 @@ fi
320
#If VARA is chosen, make sure we have a Pi 4 to work with.
321
#As of 02OCT2022 the VARA installer only works with the Pi 4.
322
VARA_CHK=$(grep VARA ${BASE})
323
-if [ -n $VARA_CHK ]; then
+if [ -n "$VARA_CHK" ]; then
324
FREEMEM=$(free -m | grep Mem: | awk '{ print $2 }')
325
if [ $FREEMEM -lt 1500 ]; then
326
echo "Not enough memory available"
0 commit comments