diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 2f78260e1..b6599440c 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -41,9 +41,6 @@ for KEYS in "${arr[@]}"; do ###################################### # Export the variable to run scripts # ###################################### - KEYS="${line%%=*}" - VALUE="${line#*=}" - line="${KEYS}='${VALUE}'" export "$line" # export to python if command -v "python3" &>/dev/null; then