„scripts/start.sh“ ändern

This commit is contained in:
2022-05-11 22:11:16 +02:00
parent 7f3ac0a361
commit 753a64f008

View File

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