From f1254a3b82e53eda11003083c85c4f416804296e Mon Sep 17 00:00:00 2001
From: rokosun <rokosun@noreply.git.trom.tf>
Date: Mon, 19 Sep 2022 12:19:41 +0200
Subject: [PATCH] Add back AbortOnFail

---
 alpm-hooks/00-timeshift-autosnap.hook | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alpm-hooks/00-timeshift-autosnap.hook b/alpm-hooks/00-timeshift-autosnap.hook
index a02df0d..fa0ad4f 100644
--- a/alpm-hooks/00-timeshift-autosnap.hook
+++ b/alpm-hooks/00-timeshift-autosnap.hook
@@ -48,3 +48,4 @@ Description = Creating Timeshift snapshot before upgrade...
 Depends = timeshift
 When = PreTransaction
 Exec = /usr/bin/timeshift-autosnap
+AbortOnFail
\ No newline at end of file