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

Clean domain-path check

This commit is contained in:
Josué Tille 2019-06-09 23:42:46 +02:00
parent b1d01270bd
commit 0d9d960ed7
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -28,8 +28,6 @@ ynh_print_ON
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
test ! -e "$final_path" || ynh_die --message "This path already contains a folder"
# Check web path availability
ynh_webpath_available --domain $domain --path_url $path_url
# Register (book) web path
ynh_webpath_register --app $app --domain $domain --path_url $path_url