diff --git a/check_process b/check_process index 6ee1e9a..e667b83 100644 --- a/check_process +++ b/check_process @@ -18,13 +18,4 @@ port_already_use=0 change_url=1 ;;; Levels - Level 1=auto - Level 2=auto - Level 3=auto - Level 4=0 - Level 5=auto - Level 6=auto - Level 7=auto - Level 8=0 - Level 9=0 - Level 10=0 \ No newline at end of file + Level 5=auto \ No newline at end of file diff --git a/manifest.json b/manifest.json index df27a3e..c004c81 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "2048 - 20euros", "fr": "2048 - 20euros" }, - "version": "1.0~ynh1", + "version": "1.0~ynh2", "url": "https://github.com/jatekos101/20euros", "license": "MIT", "maintainer": { diff --git a/scripts/backup b/scripts/backup index 05682b6..9f104b0 100644 --- a/scripts/backup +++ b/scripts/backup @@ -6,14 +6,12 @@ # IMPORT GENERIC HELPERS #================================================= -#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE #================================================= -# Exit if an error occurs during the execution of the script ynh_abort_if_errors #================================================= diff --git a/scripts/change_url b/scripts/change_url index bd2872f..8a3e46b 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -8,7 +8,6 @@ source /usr/share/yunohost/helpers -# Stop script if errors ynh_abort_if_errors #================================================= @@ -28,7 +27,6 @@ app=$YNH_APP_INSTANCE_NAME #================================================= ynh_script_progression --message="Loading installation settings..." --weight=1 -# Needed for helper "ynh_add_nginx_config" final_path=$(ynh_app_setting_get --app=$app --key=final_path) #=================================================