From ee929804c0f4ea57cc27539c6acff4af0792b490 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 9 May 2024 15:20:43 +0200 Subject: [PATCH] Fix typo in bash script --- bup-sync-trigger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bup-sync-trigger.sh b/bup-sync-trigger.sh index cb35d38..57381e8 100755 --- a/bup-sync-trigger.sh +++ b/bup-sync-trigger.sh @@ -121,7 +121,7 @@ then exit 0 fi -if [ -n "$suspend"] +if [ -n "$suspend" ] then if [ -f "$lockFile" -o -n "$preventSleep" ] then