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:
parent
f6ad97390a
commit
aee92952ae
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ function generate_custom_world {
|
||||||
add_configuration_files
|
add_configuration_files
|
||||||
|
|
||||||
pushd "$data_path"
|
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)"
|
kill "$(<pid)"
|
||||||
fuser $port/tcp -k
|
fuser $port/tcp -k
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue