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

fix upgrade

Testing
This commit is contained in:
Jean-Baptiste 2019-02-02 14:37:27 +01:00 committed by GitHub
commit c455d5def0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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