Skip to content

Commit

Permalink
fix #448
Browse files Browse the repository at this point in the history
  • Loading branch information
km4ack committed Oct 17, 2022
1 parent c477005 commit 3175e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ fi
#If VARA is chosen, make sure we have a Pi 4 to work with.
#As of 02OCT2022 the VARA installer only works with the Pi 4.
VARA_CHK=$(grep VARA ${BASE})
if [ -n $VARA_CHK ]; then
if [ -n "$VARA_CHK" ]; then
FREEMEM=$(free -m | grep Mem: | awk '{ print $2 }')
if [ $FREEMEM -lt 1500 ]; then
echo "Not enough memory available"
Expand Down

0 comments on commit 3175e9d

Please sign in to comment.