diff --git a/check_process b/check_process index 827037c..c22ca2f 100644 --- a/check_process +++ b/check_process @@ -18,11 +18,8 @@ upgrade=1 backup_restore=1 multi_instance=1 - incorrect_path=0 port_already_use=0 change_url=0 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/issue_template.md b/issue_template.md index fb732bd..3588cc7 100644 --- a/issue_template.md +++ b/issue_template.md @@ -22,7 +22,7 @@ about: When creating a bug report, please use the following template to provide - Hardware: *VPS bought online / Old laptop or computer / Raspberry Pi at home / Internet Cube with VPN / Other ARM board / ...* - YunoHost version: x.x.x - I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen | ...* -- Are you in a special context or did you perform some particular tweaking on your YunoHost instance ?: *no / yes* +- Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: *no / yes* - If yes, please explain: - Using, or trying to install package version/branch: - If upgrading, current package version: *can be found in the admin, or with `yunohost app info $app_id`* diff --git a/manifest.json b/manifest.json index 4a5e551..148ffd6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Customizable and intuitive CMS.", "fr": "CMS personnalisable et intuitif." }, - "version": "1.10.3~ynh1", + "version": "1.10.3~ynh2", "url": "https://mineweb.org/", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index 8aa539b..746046a 100644 --- 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=$path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================