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

Commit

Permalink
Make sure backup onstart is true not just exists
Browse files Browse the repository at this point in the history
  • Loading branch information
thmhoag committed Jan 28, 2020
1 parent 8bd4030 commit 060f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ else
echo "Save file validation is not enabled."
fi

if [[ ! -z $BACKUP_ONSTART ]]; then
if [[ $BACKUP_ONSTART = true ]]; then
echo "Backing up on start..."
arkmanager backup
else
Expand Down

0 comments on commit 060f99d

Please sign in to comment.