1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wemawema_ynh.git synced 2024-10-01 13:34:56 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-14 11:22:18 +01:00
parent 856c257c1a
commit 0da579a2a0
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 5 additions and 11 deletions

View file

@ -18,11 +18,8 @@
upgrade=1
backup_restore=1
multi_instance=1
incorrect_path=1
port_already_use=1
change_url=1
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=none

View file

@ -15,7 +15,7 @@
"url": "https://fiat-tux.fr"
},
"requirements": {
"yunohost": ">> 3.8.0"
"yunohost": ">> 3.8.1"
},
"multi_instance": true,
"services": [
@ -49,6 +49,10 @@
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "If enabled, WemaWema will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, WemaWema sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]

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)
#=================================================
# STANDARD UPGRADE STEPS
#=================================================