mirror of
https://github.com/YunoHost-Apps/veloren_ynh.git
synced 2024-09-03 17:46:10 +02:00
error: Found argument '--basic' which wasn't expected, or isn't valid in this context
This commit is contained in:
parent
2d39ad4c22
commit
93b2944331
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,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." <((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 "$(<pid)"
|
kill "$(<pid)"
|
||||||
fuser $port/tcp -k
|
fuser $port/tcp -k
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue