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:
parent
c7d2b2a82e
commit
0858c05ec0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue