Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit dbe6469

Browse files
committed
Wait on validate save failure
1 parent 060f99d commit dbe6469

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ if [[ "$VALIDATE_SAVE_EXISTS" = true && ! -z "$am_ark_AltSaveDirectoryName" && !
100100
echo "$savefile not found!"
101101
echo "Attempting to notify via Discord..."
102102
arkmanager notify "Critical error: unable to find $savefile in $savepath!"
103+
104+
# wait on failure so we don't spam docker logs
105+
sleep 5m
103106
exit 1
104107
else
105108
echo "$savefile found."

0 commit comments

Comments
 (0)