1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00
This commit is contained in:
Éric Gaspar 2023-10-18 16:50:03 +02:00
parent 763efe5fca
commit ddb573f459
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ ynh_script_progression --message="Adding 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"
pufferpanel user add --admin --email $mail --name $admin --password $password

View file

@ -93,7 +93,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"
#=================================================