1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update install

This commit is contained in:
ericgaspar 2021-09-05 23:38:11 +02:00
parent 750dabd185
commit 20d8fc80e3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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"