From a2a8158087a4e75f7d6f1fac2881bb54d1195af5 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Tue, 8 Sep 2020 14:23:34 +0200 Subject: [PATCH] Fix typo --- arch-desktop_borg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-desktop_borg.sh b/arch-desktop_borg.sh index f370326..b8e91c5 100755 --- a/arch-desktop_borg.sh +++ b/arch-desktop_borg.sh @@ -2,7 +2,7 @@ # We only want this file to be executed at most once per day, so we stat a cache # file before running the rest of the code -cache_file='/home/flyingscorpio/.cache/borg_backup_hood_last_executed' +cache_file='/home/flyingscorpio/.cache/borg_backup_hook_last_executed' if [ -f "$cache_file" ]; then cache_stat=$(stat -c %y "$cache_file" | cut -d' ' -f1) today=$(date +%Y-%m-%d)