From dbe6469f29a7e86e442d7514a181d70d4c6b653c Mon Sep 17 00:00:00 2001 From: Thomas Hoag Date: Tue, 28 Jan 2020 18:25:23 -0500 Subject: [PATCH] Wait on validate save failure --- run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.sh b/run.sh index f2d2c04..6354881 100755 --- a/run.sh +++ b/run.sh @@ -100,6 +100,9 @@ if [[ "$VALIDATE_SAVE_EXISTS" = true && ! -z "$am_ark_AltSaveDirectoryName" && ! echo "$savefile not found!" echo "Attempting to notify via Discord..." arkmanager notify "Critical error: unable to find $savefile in $savepath!" + + # wait on failure so we don't spam docker logs + sleep 5m exit 1 else echo "$savefile found."