Fix bin/dump_crontab

This commit is contained in:
Laurent Rineau 2012-11-13 13:56:04 +01:00
parent da85263116
commit 2f8be5406d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cd $HOME/CGAL/next/Maintenance/infrastructure/cgal.geometryfactory.com/
crontab -l >| crontab
if [ -d .git ]; then
if [ -d ../../../.git ]; then
git pull 2> /dev/null
git add crontab
git commit -m 'updated crontab (automated commit)' && git push origin master