@ -7,7 +7,7 @@ set -eu
app=$YNH_APP_INSTANCE_NAME
# Source YunoHost helpers
. /usr/share/yunohost/helpers
source /usr/share/yunohost/helpers
# Backup sources & data
# Note: the last argument is where to save this path, see the restore script.
@ -23,7 +23,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
language=$YNH_APP_ARG_LANGUAGE
# Save app settings
ynh_app_setting_set "$app" admin "$admin"
@ -4,7 +4,7 @@
# Retrieve app settings
domain=$(ynh_app_setting_get "$app" domain)
@ -10,7 +10,7 @@ set -eu
# Retrieve old app settings