mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Make upgrade script compatible with previous versions
This commit is contained in:
parent
547489e618
commit
e9a4979eaf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ source /usr/share/yunohost/helpers
|
|||
# Retrieve arguments
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
domain=$(ynh_app_setting_get $app domain)
|
||||
path="/Microsoft-Server-ActiveSync"
|
||||
path=$(ynh_app_setting_get $app path)
|
||||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
final_logpath=$(ynh_app_setting_get $app final_logpath)
|
||||
final_nginxconf=$(ynh_app_setting_get $app final_nginxconf)
|
||||
|
|
Loading…
Add table
Reference in a new issue