From c634bc2d9a426757385ee4f9abfc90d2ad661150 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 14 Jul 2019 19:15:44 +0200 Subject: [PATCH] Fix crontab Signed-off-by: Severin Kaderli --- system/.config/cron/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.config/cron/crontab b/system/.config/cron/crontab index 83e1525..3084873 100644 --- a/system/.config/cron/crontab +++ b/system/.config/cron/crontab @@ -11,4 +11,4 @@ # This file is loaded on boot by crontab. # Synchronize Google Drive every 15 minutes -*/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log \ No newline at end of file +*/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log