summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linux-setup.sh2
1 files changed, 1 insertions, 1 deletions
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