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:
parent
b1d01270bd
commit
0d9d960ed7
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ ynh_print_ON
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||||
test ! -e "$final_path" || ynh_die --message "This path already contains a folder"
|
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
|
# Register (book) web path
|
||||||
ynh_webpath_register --app $app --domain $domain --path_url $path_url
|
ynh_webpath_register --app $app --domain $domain --path_url $path_url
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue