1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-14 10:53:04 +01:00
parent 5de91cac4c
commit ec566a20ef
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 2 additions and 12 deletions

View file

@ -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

View file

@ -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": {

View file

@ -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
#=================================================