Skip to content

Commit 25729c7

Browse files
committed
Corrected HEALTHY.status typo
1 parent 96ca5bb commit 25729c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ elif [ -n "${INIT_RESTORE_LATEST}" ]; then
1414
find /backup -maxdepth 1 -name '*.sql.gz' | tail -1 | xargs /restore.sh
1515
fi
1616

17-
touch /.status
17+
touch /HEALTHY.status
1818

1919
echo "${CRON_TIME} /backup.sh >> /mysql_backup.log 2>&1" > /tmp/crontab.conf
2020
crontab /tmp/crontab.conf

0 commit comments

Comments
 (0)