Skip to content
Snippets Groups Projects
Commit 72e56ec1 authored by micah's avatar micah :speech_balloon:
Browse files

removed extra 0 from cron

parent 1fd5ef1a
Branches
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# run backupninja every hour on the hour # run backupninja every hour on the hour
00 * * * * root if [ -x /usr/sbin/backupninja ]; then /usr/sbin/backupninja; fi 0 * * * * root if [ -x /usr/sbin/backupninja ]; then /usr/sbin/backupninja; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment