mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
fix missing port uding upgrade
This commit is contained in:
parent
c514722ec4
commit
cf2280c32a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
domain=$(ynh_app_setting_get --app="$app" --key=domain)
|
||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
password=$(ynh_app_setting_get --app="$app" --key=password)
|
||||
nextclouddomain=$(ynh_app_setting_get --app="$app" --key=nextclouddomain)
|
||||
|
||||
|
|
Loading…
Reference in a new issue