From f3ba1bbe682e5db879bb8dde54d004899ce6a7d4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 10 Nov 2021 08:31:11 +0100 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 16607cc..04dbd92 100644 --- a/scripts/install +++ b/scripts/install @@ -40,9 +40,6 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde # Register (book) web path ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url -# Check user -ynh_user_exists "$admin" - #================================================= # STORE SETTINGS FROM MANIFEST #=================================================