From 7079ec84cad5e04a433749e67b8d7482cd095c58 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 Jan 2021 11:41:46 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2571d75..21fe8fe 100755 --- a/scripts/install +++ b/scripts/install @@ -128,7 +128,7 @@ cp ../conf/passwd $final_path/data/passwd ynh_replace_string --match_string="__ADMIN__" --replace_string="$admin" --target_file="$final_path/data/passwd" ynh_replace_string --match_string="__PASSWORD__" --replace_string="$password" --target_file="$final_path/data/passwd" -cp ../sources_2/groups/groupname.json $final_path/groups/$group_name.json +cp $final_path/groups/groupname.json $final_path/groups/$group_name.json ynh_replace_string --match_string="__ADMIN__" --replace_string="$admin" --target_file="$final_path/groups/$group_name.json" ynh_replace_string --match_string="__PASSWORD__" --replace_string="$password" --target_file="$final_path/groups/$group_name.json"