1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Fix error on upgrade

This commit is contained in:
Jean-Baptiste Holcroft 2019-02-02 14:16:07 +01:00
parent 77c19eee90
commit 6e9899bc54

View file

@ -169,9 +169,9 @@ chown -R root:root "$final_path"
chown -R "$app":"$app" "$final_path/data/"
chmod -R 750 "$final_path/data/"
# Set permissions to config file
# Set permissions to config files
chown "$app" "$final_path/config.ini"
chmod 600 "$final_path/config.ini"
chmod 600 "$final_path/config.ini" "$final_path/data/weboob-data/backends"
#=================================================
# RELOAD NGINX