From e8fca48d90cf8cfd033c64e175602836810fe0a2 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 29 Aug 2022 16:49:24 -0700 Subject: [PATCH] Also sleep for a short time after success --- backup-local-dir | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backup-local-dir b/backup-local-dir index 6e53cd1..3935662 100755 --- a/backup-local-dir +++ b/backup-local-dir @@ -35,6 +35,8 @@ quit() fi echo + sleep 120 + exit 0 } heading() @@ -251,7 +253,7 @@ notify "Finished!" -exit 0 +quit "Finished!"