From 20d8fc80e33dbb9220080fe8478d3f1a9157329a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 5 Sep 2021 23:38:11 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d8e0f81..122aa2c 100755 --- a/scripts/install +++ b/scripts/install @@ -147,9 +147,9 @@ ynh_add_systemd_config # MODIFY A CONFIG FILE #================================================= -echo "${admin}:${password}" >> $final_path/data/passwd +#echo "${admin}:${password}" >> $final_path/data/passwd -#ynh_add_config --template="../conf/passwd" --destination="$final_path/data/passwd" +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="$datadir/groups/$group_name.json"