1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-06 11:52:06 +01:00
parent 756c0905ad
commit 22f5d4e0c5
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 1 additions and 10 deletions

View file

@ -20,8 +20,6 @@
incorrect_path=1
port_already_use=0
change_url=1
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=none

View file

@ -22,7 +22,7 @@
"email": "opi@zeropi.net"
}],
"requirements": {
"yunohost": ">= 3.8.1"
"yunohost": ">= 4.0.0"
},
"multi_instance": true,
"services": [

View file

@ -151,13 +151,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
#=================================================