From 0d697bcd4aaa16678b84c046cc16ce308fd12e95 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 12 Feb 2023 11:44:16 +0100 Subject: [PATCH] Clean code --- .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 5e21c9ac6..5d444b2f6 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -40,7 +40,7 @@ for KEYS in "${arr[@]}"; do ###################################### # Export the variable to run scripts # ###################################### - export "${KEYS}='${VALUE//[\"\']/}'" + export "${KEYS}='${VALUE}'" # For non s6 if cat /etc/services.d/*/*run* &>/dev/null; then sed -i "1a export $line" /etc/services.d/*/*run* 2>/dev/null; fi