Update 00-global_var.sh

This commit is contained in:
Alexandre
2024-01-07 07:26:59 +01:00
committed by GitHub
parent 3dd2d28354
commit a251e5e803

View File

@@ -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