From 5d10d0699eafe1d61e06d36ef5e89489dd652639 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 8 Aug 2020 21:48:23 +0200 Subject: [PATCH] Update ynh_add_config --- scripts/ynh_add_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_add_config b/scripts/ynh_add_config index 31513ba..58fad65 100644 --- a/scripts/ynh_add_config +++ b/scripts/ynh_add_config @@ -116,7 +116,7 @@ ynh_replace_vars () { ynh_replace_string --match_string="__YNH_NODE_LOAD_PATH__" --replace_string="$ynh_node_load_PATH" --target_file="$file" fi - # Replace othes variables + # Replace others variables # List other unique (__ __) variables in $file local uniques_vars=( $(grep -o '__[A-Z0-9_]*__' $file | sort --unique | sed "s@__\([^.]*\)__@\L\1@g" ))