From 7c8564ab574ff603ed6faf7d40b2973095e8e89f Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Mon, 19 Mar 2012 15:09:20 +0000 Subject: [PATCH] Fix typo in backup script path - #1707 Monotone-Parent: 5b10c44689a8c7264fe76ad8de7b4e7b70c5aff9 Monotone-Revision: 9b4f8dfa7d81baff6182aba88435fa5f8ab6ac38 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-03-19T15:09:20 Monotone-Branch: ca.inverse.sogo --- Scripts/sogo.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sogo.cron b/Scripts/sogo.cron index 350c2d50f..2ddfa0e07 100644 --- a/Scripts/sogo.cron +++ b/Scripts/sogo.cron @@ -12,4 +12,4 @@ # - will keep 31 days worth of backups by default # - runs once a day by default, but can run more frequently # - make sure to set the path to sogo-backup.sh correctly -#30 0 * * * sogo /usr/share/doc/sogo/sogo-backups.sh +#30 0 * * * sogo /usr/share/doc/sogo/sogo-backup.sh