diff options
Diffstat (limited to 'scripts/linux-setup.sh')
| -rwxr-xr-x | scripts/linux-setup.sh | 2 |
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 |
