From a44bfc3b914d18875a2e7848d27c6d16c408ae0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 9 Apr 2021 21:27:54 +0200 Subject: [PATCH] Fix linter errors --- scripts/_common.sh | 2 +- scripts/remove | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 67989ea..90b3a6b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -58,7 +58,7 @@ install_source() { u_arg='u' set +$u_arg; source $final_path/bin/activate - set -u; + set -$u_arg; pip3 install --upgrade pip pip3 install --upgrade 'Werkzeug<1.0' pip3 install --upgrade pgadmin$app_main_version==$app_sub_version diff --git a/scripts/remove b/scripts/remove index 17b0d03..9b86d71 100644 --- a/scripts/remove +++ b/scripts/remove @@ -4,9 +4,6 @@ # GENERIC START #================================================= -# Stop script if errors -set -u - # Import common cmd source ./experimental_helper.sh source ./_common.sh