„scripts/start.sh“ ändern

This commit is contained in:
2022-01-03 08:12:25 +01:00
parent 5bdb86ded8
commit 86d87928fc

View File

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