From 03f9a35a9d5e1bc46a6e01515e3d33e39004ebf8 Mon Sep 17 00:00:00 2001 From: Skillet Date: Tue, 6 Feb 2024 16:54:50 -0500 Subject: [PATCH] Update entry.sh --- scripts/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entry.sh b/scripts/entry.sh index b4088a4..db75350 100644 --- a/scripts/entry.sh +++ b/scripts/entry.sh @@ -1,6 +1,6 @@ #!/bin/sh printf "Starting SquadJS...\n" -sleep 30 +sleep 60 /usr/bin/node --unhandled-rejections=strict ./index.js