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)