Skip to content

Commit

Permalink
Cron entry was set to run every minute from 4:00 AM to 4:59 AM - now …
Browse files Browse the repository at this point in the history
…it runs only once at 4:00 AM
  • Loading branch information
Sebastian Majstorovic committed Nov 16, 2011
1 parent d19ee56 commit e4c8e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -25,7 +25,7 @@ If your server runs Linux and has git installed, there is an easy solution to ke
1. Run `$> crontab -e` in your shell. A file editor opens up.
2. Add the following line to the end of the file:

* 4 * * * cd /var/www/example.com/tzmirror/ && (/usr/bin/git pull origin; /usr/bin/git submodule update)
0 4 * * * cd /var/www/example.com/tzmirror/ && (/usr/bin/git pull origin; /usr/bin/git submodule update)

Note: ('/var/www/example.com/' has to be replaced with the actual path of the folder, where you cloned the repository into)

Expand Down

0 comments on commit e4c8e86

Please sign in to comment.