diff options
Diffstat (limited to 'bin/cron')
-rwxr-xr-x | bin/cron | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,5 +13,6 @@ ARCHIVE="/var/cache/sites/arquivo" # Run cd $ARCHIVE $IONICE $NICE $GIT annex add . && \ -$IONICE $NICE $GIT annex sync &> /dev/null +$IONICE $NICE $GIT annex sync && \ +$IONICE $NICE $GIT annex get . &> /dev/null cd $CWD |