1
0
Fork 0
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:
yalh76 2022-07-18 21:30:53 +02:00
parent 2d39ad4c22
commit 93b2944331

View file

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