Cleanup install script

This commit is contained in:
yalh76 2019-04-03 03:23:05 +02:00
parent de2622127a
commit 32b70d07fa

View file

@ -41,8 +41,6 @@ ynh_print_info "Validating installation parameters..."
final_path=/var/www/$app
test ! -e "$final_path" || ynh_die "This path already contains a folder"
# Check web path availability
ynh_webpath_available "$domain" "$path_url"
# Register (book) web path
ynh_webpath_register "$app" "$domain" "$path_url"