From a251e5e803bb4e680fe7568597de0f034306ba13 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Jan 2024 07:26:59 +0100 Subject: [PATCH] Update 00-global_var.sh --- .templates/00-global_var.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index cb341a4d3..001317cea 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -46,6 +46,7 @@ for KEYS in "${arr[@]}"; do ###################################### # Export the variable to run scripts # ###################################### + # shellcheck disable=SC2163 export "$line" # export to python if command -v "python3" &>/dev/null; then