diff --git a/zzz_templates/00-global_var.sh b/zzz_templates/00-global_var.sh index 1798293bd..4c3340229 100644 --- a/zzz_templates/00-global_var.sh +++ b/zzz_templates/00-global_var.sh @@ -20,6 +20,7 @@ for KEYS in "${arr[@]}"; do # Export the variable to run scripts line="${KEYS}=${VALUE//[\"\']/} &>/dev/null" sed -i "1a export $line" /etc/services.d/*/*run* 2>/dev/null + sed -i "1a export $line" /etc/cont-init.d/*run* 2>/dev/null done ################