scripts/start.sh aktualisiert

This commit is contained in:
2024-05-18 19:04:42 +02:00
parent 9a622dfb99
commit 7464c665bb

View File

@@ -26,8 +26,8 @@ chown -R ${UID}:${GID} ${DATA_DIR}
echo "---Starting...---"
term_handler() {
kill -SIGINT $(pidof MistServer-Linux-Shipping)
tail --pid=$(pidof MistServer-Linux-Shipping) -f 2>/dev/null
kill -SIGINT $(pidof TT2Server-Win64-Shipping.exe)
tail --pid=$(pidof TT2Server-Win64-Shipping.exe) -f 2>/dev/null
sleep 0.5
exit 143;
}