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

Hard-code root path for now

This commit is contained in:
Luke Murphy 2019-07-21 17:48:18 +02:00
parent cbbce1adb8
commit 25c0cd27df
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -22,7 +22,7 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
is_public=$YNH_APP_ARG_IS_PUBLIC
path_url="" # Assure la compatibilité avec les fonctions utilisant $path_url
path_url="/"
expire=YNH_APP_ARG_EXPIRE
# This is a multi-instance app, meaning it can be installed several times independently
@ -41,9 +41,6 @@ app=$YNH_APP_INSTANCE_NAME
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
#=================================================
# Normalize the url path syntax
path_url=$(ynh_normalize_url_path $domain)
# Check web path availability
ynh_webpath_available $domain $path_url
# Register (book) web path