„scripts/start.sh“ ändern

This commit is contained in:
2022-05-17 12:48:37 +02:00
parent c8bb8e8c75
commit 7a3c314d57

View File

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