diff --git a/scripts/remove b/scripts/remove index 6e4833e..1c4cb7f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,10 +1,17 @@ #!/bin/bash -set -u +#================================================= +# GENERIC START +#================================================= +# IMPORT GENERIC HELPERS +#================================================= + +source _common.sh +source /usr/share/yunohost/helpers + + app=$YNH_APP_INSTANCE_NAME -# Source YunoHost helpers -source /usr/share/yunohost/helpers # Retrieve app settings domain=$(ynh_app_setting_get "$app" domain)