„scripts/start.sh“ ändern
This commit is contained in:
@@ -21,8 +21,8 @@ chmod -R 750 /opt/scripts
|
|||||||
chown -R ${UID}:${GID} ${DATA_DIR}
|
chown -R ${UID}:${GID} ${DATA_DIR}
|
||||||
|
|
||||||
term_handler() {
|
term_handler() {
|
||||||
kill -SIGTERM "$killpid"
|
kill -SIGTERM $(pgrep TheForestDedica)
|
||||||
wait "$killpid" -f 2>/dev/null
|
tail --pid=$(pgrep TheForestDedica) -f 2>/dev/null
|
||||||
exit 143;
|
exit 143;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user