From 5470154a1277499067cc6e93bcebe6d1ab2df500 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 15 Oct 2024 18:45:42 +0200 Subject: [PATCH] do really exit 1 --- src/jaildk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jaildk.sh b/src/jaildk.sh index 58d78c5..cd331fd 100755 --- a/src/jaildk.sh +++ b/src/jaildk.sh @@ -2482,7 +2482,7 @@ sanitycheck() { for program in cpdup; do if ! command -v $program 2>&1 >/dev/null; then echo "$program must be installed!" >&2 - exit1 + exit 1 fi done }