Change directories to lower case

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-27 13:57:21 +02:00
parent 4645e18f64
commit ee60d3cb64
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
9 changed files with 57 additions and 43 deletions

View file

@ -11,7 +11,7 @@
# This file is loaded on boot by crontab.
# Synchronize Google Drive every 15 minutes
*/15 * * * * grive -d -p $HOME/Documents/ >> $HOME/.local/log/cron.log
*/15 * * * * grive -d -p $HOME/documents/ >> $HOME/.local/log/cron.log
# Sync pacman databases every 15 minutes
*/15 * * * * sudo $HOME/.local/bin/sync-packages >> $HOME/.local/log/cron.log