1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hydrogen_ynh.git synced 2024-09-03 19:26:17 +02:00

Update install

This commit is contained in:
ericgaspar 2022-05-19 09:00:56 +02:00
parent c7d2b2a82e
commit 0858c05ec0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -98,8 +98,8 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/config.sample.json" --destination="$final_path/config.json"
chmod 650 "$final_path/config.json"
chown $app:$app "$final_path/config.json"
chmod 660 "$final_path/config.json"
chown $app:www-data "$final_path/config.json"
#=================================================
# GENERIC FINALIZATION