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:
parent
77c19eee90
commit
6e9899bc54
1 changed files with 2 additions and 2 deletions
|
@ -169,9 +169,9 @@ chown -R root:root "$final_path"
|
||||||
chown -R "$app":"$app" "$final_path/data/"
|
chown -R "$app":"$app" "$final_path/data/"
|
||||||
chmod -R 750 "$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"
|
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
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue