|
@@ -10,7 +10,7 @@ set -eu
|
|
app=$YNH_APP_INSTANCE_NAME
|
|
app=$YNH_APP_INSTANCE_NAME
|
|
|
|
|
|
# Source YunoHost helpers
|
|
# Source YunoHost helpers
|
|
-. /usr/share/yunohost/helpers
|
|
|
|
|
|
+source /usr/share/yunohost/helpers
|
|
|
|
|
|
# Retrieve old app settings
|
|
# Retrieve old app settings
|
|
domain=$(ynh_app_setting_get "$app" domain)
|
|
domain=$(ynh_app_setting_get "$app" domain)
|