mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
fix nextcloud_domain during upgrade
This commit is contained in:
parent
cf2280c32a
commit
447e395033
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ 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)
|
||||
nextcloud_domain=$(ynh_app_setting_get --app="$app" --key=nextcloud_domain)
|
||||
|
||||
#=================================================
|
||||
# ENSURE DOWNWARD COMPATIBILITY
|
||||
|
|
Loading…
Reference in a new issue