From 2d0e85cde0947c0792548a74f8a19b6636a7c7ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:37:42 +0200 Subject: [PATCH] Update 00-global_var.sh --- .templates/00-global_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index a7a300d17..5f55a6b3d 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -66,7 +66,7 @@ for KEYS in "${arr[@]}"; do # shellcheck disable=SC2163 export "$line" # export to python - if command -v "python3" &>/dev/null && ; then + if command -v "python3" &>/dev/null ; then [ ! -f /env.py ] && echo "import os" > /env.py # Escape \ VALUEPY="${VALUEPY//\\/\\\\}"