„scripts/start.sh“ ändern

This commit is contained in:
2022-01-03 08:11:33 +01:00
parent 6cd9b5b54c
commit 5bdb86ded8

View File

@@ -21,8 +21,8 @@ chmod -R 750 /opt/scripts
chown -R ${UID}:${GID} ${DATA_DIR}
term_handler() {
kill -SIGTERM "$killpid"
wait "$killpid" -f 2>/dev/null
kill -SIGTERM $(pgrep TheForestDedica)
tail --pid=$(pgrep TheForestDedica) -f 2>/dev/null
exit 143;
}