diff options
| author | rmspeers <ryan@riverloopsecurity.com> | 2018-11-28 21:20:43 -0500 |
|---|---|---|
| committer | Jordan <jordan@psifertex.com> | 2018-11-29 00:01:10 -0500 |
| commit | 6e39f03c4dc33422da1e95f1eebd044cd2ed02c2 (patch) | |
| tree | a02b7e6364e14d312215be37692758c323a4f821 /scripts/linux-setup.sh | |
| parent | b5abb8b1e1b053c5d3ddd391469edc3ed02aa22c (diff) | |
Set as variable in if comparison.
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 |
