This commit is contained in:
ChillerDragon 2024-01-22 22:50:13 +08:00
parent 17af3e3770
commit f0ac6a2c32

View file

@ -253,9 +253,9 @@ then
fi
elif [ "$testname" == "server/connect.rb" ]
then
echo "rcon test" > "$cl_fifo"
echo "rcon_auth test" >> "$cl_fifo"
sleep 1
echo "shutdown" > "$cl_fifo"
echo "shutdown" >> "$cl_fifo"
else
echo "Error: unkown test '$testname'"
exit 1