mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix upgrade
This commit is contained in:
parent
25d701507e
commit
399f199cd2
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ config_path=$(ynh_app_setting_get $app config_path)
|
|||
state_path=$(ynh_app_setting_get $app state_path)
|
||||
log_path=$(ynh_app_setting_get $app log_path)
|
||||
|
||||
config_path=/etc/z-push
|
||||
|
||||
ynh_app_setting_set $app config_path $config_path
|
||||
|
||||
#=================================================
|
||||
# ENSURE DOWNWARD COMPATIBILITY
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue