From 6e39f03c4dc33422da1e95f1eebd044cd2ed02c2 Mon Sep 17 00:00:00 2001 From: rmspeers Date: Wed, 28 Nov 2018 21:20:43 -0500 Subject: Set as variable in if comparison. --- scripts/linux-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/linux-setup.sh b/scripts/linux-setup.sh index f2d61589..30b7e6c3 100755 --- a/scripts/linux-setup.sh +++ b/scripts/linux-setup.sh @@ -65,7 +65,7 @@ lastrun() pythonpath() { echo Configuring python path - if [ "USERINTERACTIVE" == "true" ] + if [ "$USERINTERACTIVE" == "true" ] then ${SUDO}python ${BNPATH}/scripts/install_api.py $ROOT else -- cgit v1.3.1