scripts/start.sh aktualisiert

This commit is contained in:
2023-08-29 19:05:24 +02:00
parent 3dc0a90fe0
commit 06a69209e6

View File

@@ -30,8 +30,8 @@ chmod -R 770 /var/run/mysqld
echo "---Starting...---"
term_handler() {
kill -SIGINT $(pidof server64.exe)
tail --pid=$(pidof server64.exe) -f 2>/dev/null
kill -SIGINT $(pidof ddctd_cm_yo_server.exe)
tail --pid=$(pidof ddctd_cm_yo_server.exe) -f 2>/dev/null
exit 143;
}