From 336dccfb951c41c3f4cb1bcf6c5fb4dd68bb0029 Mon Sep 17 00:00:00 2001 From: ljf Date: Sun, 11 Nov 2018 01:58:00 +0100 Subject: [PATCH] [fix] Remove deprecated warning --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c2ef704..221efdb 100644 --- a/scripts/install +++ b/scripts/install @@ -31,8 +31,7 @@ ynh_user_exists $admin \ function configure_app() { # Check domain/path availability - sudo yunohost app checkurl "${domain}${path}" -a "$app" \ - || ynh_die "Path not available: ${domain}${path}" + ynh_webpath_register "$app" "$domain" "$path" ynh_app_setting_set "$app" admin "$admin" ynh_app_setting_set "$app" email "$email"