From 93b2944331d300e8ecef9226402d52623c6cc327 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 18 Jul 2022 21:30:53 +0200 Subject: [PATCH] error: Found argument '--basic' which wasn't expected, or isn't valid in this context --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4813cd8..f201f26 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -109,7 +109,7 @@ function generate_custom_world { add_configuration_files pushd "$data_path" - grep -q "Server is ready to accept connections." <((ynh_exec_as $app VELOREN_ASSETS="$final_path/assets" $final_path/live/veloren-server-cli --basic & echo $! >&3 ) 3>pid) + grep -q "Server is ready to accept connections." <((ynh_exec_as $app VELOREN_ASSETS="$final_path/assets" $final_path/live/veloren-server-cli & echo $! >&3 ) 3>pid) kill "$(