From 125e92be137b6887d6e2555155a01eb0a5a6ff28 Mon Sep 17 00:00:00 2001 From: Skydust Date: Sun, 17 Sep 2023 20:03:57 +0200 Subject: [PATCH] Fixed the docker entrypoint script as it wasn't allowing a proper shutdown --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index bc9adca..bb4fd67 100644 --- a/start.sh +++ b/start.sh @@ -1,2 +1,2 @@ #!/bin/bash -java -jar JdrBot.jar --heartbeat "zabbix_sender -z 192.168.1.36 -s \"zabbix-monitoring\" -k discordBots.jdrbot.ping -o {ping}" \ No newline at end of file +exec java -jar JdrBot.jar --heartbeat "zabbix_sender -z 192.168.1.36 -s \"zabbix-monitoring\" -k discordBots.jdrbot.ping -o {ping}" \ No newline at end of file -- 2.49.1