From 0131f56bd05ac1de67d9b871103704f8b362a072 Mon Sep 17 00:00:00 2001 From: Skillet Date: Tue, 6 Feb 2024 17:07:45 -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 db75350..73fd694 100644 --- a/scripts/entry.sh +++ b/scripts/entry.sh @@ -1,6 +1,6 @@ #!/bin/sh printf "Starting SquadJS...\n" -sleep 60 +sleep 10 /usr/bin/node --unhandled-rejections=strict ./index.js