mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix upgrade
This commit is contained in:
parent
5f5cc96d5c
commit
436fbb3893
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ domain=$(ynh_app_setting_get $app domain)
|
||||||
path_url=$(ynh_app_setting_get $app path)
|
path_url=$(ynh_app_setting_get $app path)
|
||||||
is_public=$(ynh_app_setting_get $app is_public)
|
is_public=$(ynh_app_setting_get $app is_public)
|
||||||
db_name=$(ynh_app_setting_get $app db_name)
|
db_name=$(ynh_app_setting_get $app db_name)
|
||||||
|
port=$(ynh_app_setting_get $app port)
|
||||||
nextclouddomain=$(ynh_app_setting_get $app nextclouddomain)
|
nextclouddomain=$(ynh_app_setting_get $app nextclouddomain)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue