1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/veloren_ynh.git synced 2024-09-03 17:46:10 +02:00

Remove extra quotation marks

This commit is contained in:
Jules Bertholet 2021-06-19 09:21:42 -04:00
parent f6ad97390a
commit aee92952ae

View file

@ -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 "$(<pid)"
fuser $port/tcp -k
popd