From d290e8ac0fda7a9f10dd0ff5c071fd14e69a43b8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 15 Jan 2021 17:23:43 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 08eacbd..5ceda52 100755 --- a/scripts/install +++ b/scripts/install @@ -208,7 +208,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 ../conf/groupname.json $final_path/groups/$group_name.json +mv ../conf/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" ynh_replace_string --match_string=__EMAIL__ --replace_string=$email --target_file="$final_path/groups/$group_name.json"