changed the healthcheck
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-03 12:47:31 -05:00
parent c79625a64a
commit f17988bfa9
7 changed files with 269 additions and 273 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
echo "${CRON} python /opt/seafile-backup.py" > $CRON_CONFIG_FILE
#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
echo "${CRON} python /opt/seafile-backup.py" > $CRON_CONFIG_FILE
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE