1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-08 14:24:23 +01:00
parent 2438efe4fb
commit 4c1fc3a872
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 11 deletions

View file

@ -23,12 +23,8 @@
#upgrade=1 from_commit=5f92cc818503d86aeb6920ccbba59eb91dc5423a
backup_restore=1
multi_instance=1
incorrect_path=1
port_already_use=0
change_url=1
;;; Levels
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
Level 5=auto
;;; Options
Email=
Notification=none

View file

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