diff options
| author | Alexander Taylor <alex@vector35.com> | 2022-02-01 12:02:10 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2022-02-01 12:02:10 -0500 |
| commit | 51131f622914b73e8c5b6efdfe55e48e8dfafe69 (patch) | |
| tree | 822d0c153a72815d66c122b7253aa13a298b6d70 /scripts/linux-setup.sh | |
| parent | e4fee86c3b24288ffac9bd5f305459a76b365d87 (diff) | |
Fixes issue #2908.
Diffstat (limited to 'scripts/linux-setup.sh')
| -rwxr-xr-x | scripts/linux-setup.sh | 4 |
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 |
