summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2022-02-01 12:02:10 -0500
committerAlexander Taylor <alex@vector35.com>2022-02-01 12:02:10 -0500
commit51131f622914b73e8c5b6efdfe55e48e8dfafe69 (patch)
tree822d0c153a72815d66c122b7253aa13a298b6d70 /scripts
parente4fee86c3b24288ffac9bd5f305459a76b365d87 (diff)
Fixes issue #2908.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linux-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/linux-setup.sh b/scripts/linux-setup.sh
index d00178f4..9117ee8a 100755
--- a/scripts/linux-setup.sh
+++ b/scripts/linux-setup.sh
@@ -67,9 +67,9 @@ pythonpath()
echo Configuring python path
if [ "$USERINTERACTIVE" == "true" ]
then
- SILENT="-s"
- else
SILENT=""
+ else
+ SILENT="-s"
fi
if [[ -x "`which python3`" ]]
then