1
0
Fork 0
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:
yalh76 2019-02-28 00:20:45 +01:00
parent 5f5cc96d5c
commit 436fbb3893

View file

@ -20,6 +20,7 @@ domain=$(ynh_app_setting_get $app domain)
path_url=$(ynh_app_setting_get $app path)
is_public=$(ynh_app_setting_get $app is_public)
db_name=$(ynh_app_setting_get $app db_name)
port=$(ynh_app_setting_get $app port)
nextclouddomain=$(ynh_app_setting_get $app nextclouddomain)
#=================================================