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

try to fix unskipped uris obsolete

This commit is contained in:
Robles Rodolphe 2020-04-29 02:16:04 +02:00
parent 33fe6bebed
commit ec8c8ddb5a

View file

@ -20,10 +20,10 @@ ynh_abort_if_errors
# Retrieve arguments
#=================================================
#domain=$YNH_APP_ARG_DOMAIN
domain=$YNH_APP_ARG_DOMAIN
#path_url=$YNH_APP_ARG_PATH
#is_public=$YNH_APP_ARG_IS_PUBLIC
#app=$YNH_APP_INSTANCE_NAME
is_public=$YNH_APP_ARG_IS_PUBLIC
app=$YNH_APP_INSTANCE_NAME
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS