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

Update install

This commit is contained in:
frju365 2017-03-07 21:59:43 +01:00 committed by GitHub
parent 8e65975eca
commit d1ce53ea8c

View file

@ -32,10 +32,10 @@ app=$YNH_APP_INSTANCE_NAME
# Check domain/path availability
#=================================================
CHECK_DOMAINPATH
echo $path >&2
CHECK_PATH # Vérifie et corrige la syntaxe du path.
echo $path >&2
CHECK_DOMAINPATH
CHECK_FINALPATH # Vérifie que le dossier de destination n'est pas déjà utilisé.
#=================================================