diff --git a/check_process b/check_process index c6e0206..ae63907 100644 --- a/check_process +++ b/check_process @@ -18,7 +18,6 @@ upgrade=1 backup_restore=1 multi_instance=1 - incorrect_path=1 port_already_use=1 change_url=1 ;;; Options diff --git a/manifest.json b/manifest.json index a6fb1a6..4d93b78 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "If enabled, WemaWema will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, WemaWema sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ] diff --git a/scripts/upgrade b/scripts/upgrade index 2f3b31e..60916a3 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,13 +60,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax -path_url=$(ynh_normalize_url_path $path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================