From 51131f622914b73e8c5b6efdfe55e48e8dfafe69 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 1 Feb 2022 12:02:10 -0500 Subject: Fixes issue #2908. --- scripts/linux-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/linux-setup.sh') 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 -- cgit v1.3.1