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

Merge branch 'master' into testing

This commit is contained in:
ericgaspar 2020-12-14 11:22:37 +01:00
commit 46fa90cb48
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 8 deletions

View file

@ -18,7 +18,6 @@
upgrade=1 upgrade=1
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
incorrect_path=1
port_already_use=1 port_already_use=1
change_url=1 change_url=1
;;; Options ;;; Options

View file

@ -49,6 +49,10 @@
"en": "Is it a public application?", "en": "Is it a public application?",
"fr": "Est-ce une application publique ?" "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 "default": true
} }
] ]

View file

@ -60,13 +60,6 @@ ynh_clean_setup () {
# Exit if an error occurs during the execution of the script # Exit if an error occurs during the execution of the script
ynh_abort_if_errors ynh_abort_if_errors
#=================================================
# CHECK THE PATH
#=================================================
# Normalize the URL path syntax
path_url=$(ynh_normalize_url_path $path_url)
#================================================= #=================================================
# STANDARD UPGRADE STEPS # STANDARD UPGRADE STEPS
#================================================= #=================================================