summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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