From 6a990363cc6f93ce48f42f7f868fbb3a595d6f50 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 7 Oct 2023 08:05:36 +0200 Subject: [PATCH] more verbosity --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 65cb3d0..4118fb1 100644 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ chown $app:$app "$install_dir/config.json" #================================================= # INSTALL YARN AND APP #================================================= -ynh_script_progression --message="Installing app dependencies..." --weight=15 +ynh_script_progression --message="Installing app dependencies and creating admin user..." --weight=15 pushd $install_dir ynh_use_nodejs