From aee92952ae9605dbba88f97c96cedce3d8be6171 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Sat, 19 Jun 2021 09:21:42 -0400 Subject: [PATCH] Remove extra quotation marks --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5e314c8..cc8bc92 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -103,7 +103,7 @@ function generate_custom_world { add_configuration_files pushd "$data_path" - grep -q "Server is ready to accept connections." <((sudo -u $app "VELOREN_ASSETS=\"$final_path/assets\" $final_path/target/release/veloren-server-cli" --basic & echo $! >&3 ) 3>pid) + grep -q "Server is ready to accept connections." <((sudo -u $app VELOREN_ASSETS="$final_path/assets" $final_path/target/release/veloren-server-cli --basic & echo $! >&3 ) 3>pid) kill "$(