From 09ad688fc9ea47b5c46ed667571695ab17659dd7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 5 Sep 2021 23:07:17 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6f34f78..aac0288 100755 --- a/scripts/install +++ b/scripts/install @@ -150,7 +150,7 @@ ynh_add_systemd_config ynh_add_config --template="../conf/passwd" --destination="$final_path/data/passwd" chmod 400 "$final_path/data/passwd" chown $app "$final_path/data/passwd" -ynh_add_config --template="../conf/groupname.json" --destination="$final_path/groups/$group_name.json" +ynh_add_config --template="../conf/groupname.json" --destination="$datadir/groups/$group_name.json" #================================================= # INTEGRATE SERVICE IN YUNOHOST