From 0c831bc1344b14defa330ca6d421ae9dad6fc2b4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Jan 2022 18:52:17 +0100 Subject: [PATCH] Update 00-global_var.sh --- zzz_templates/00-global_var.sh | 1 + 1 file changed, 1 insertion(+) 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 ################