mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
fix
This commit is contained in:
parent
698fd7673e
commit
deec640f5f
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ ynh_script_progression --message="Updating a configuration file..."
|
|||
|
||||
ynh_add_config --template="../conf/config.json" --destination="/etc/$app/config.json"
|
||||
|
||||
chmod 400 "/etc/$app/config.json"
|
||||
chmod 650 "/etc/$app/config.json"
|
||||
chown $app:$app "/etc/$app/config.json"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -51,7 +51,7 @@ ynh_script_progression --message="Updating a configuration file..."
|
|||
|
||||
ynh_add_config --template="../conf/config.json" --destination="/etc/$app/config.json"
|
||||
|
||||
chmod 400 "/etc/$app/config.json"
|
||||
chmod 650 "/etc/$app/config.json"
|
||||
chown $app:$app "/etc/$app/config.json"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue