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

Merge pull request #10 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2021-03-02 18:19:20 +01:00 committed by GitHub
commit 5bab2184f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 25 deletions

View file

@ -7,7 +7,7 @@
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin_name="john" (USER)
admin_name="package_checker" (USER)
language="fr_FR"
is_public=1 (PUBLIC|public=1|private=0)
admin_pass="pass"
@ -23,22 +23,5 @@
#upgrade=1 from_commit=5f92cc818503d86aeb6920ccbba59eb91dc5423a
backup_restore=1
multi_instance=1
incorrect_path=1
port_already_use=0
change_url=1
;;; Levels
Level 1=auto
Level 2=auto
Level 3=auto
# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it.
# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well.
Level 4=0
Level 5=auto
Level 6=auto
Level 7=auto
Level 8=0
Level 9=0
Level 10=0
;;; 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
#=================================================