From 36ed33e88f4ba560649fc16fc1aa895e4e6ee34d Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Thu, 13 Sep 2018 10:10:49 +0200
Subject: corection of case catcher

---
 sbin/ln-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sbin/ln-update')

diff --git a/sbin/ln-update b/sbin/ln-update
index 73ee97a..6b025a3 100755
--- a/sbin/ln-update
+++ b/sbin/ln-update
@@ -259,7 +259,7 @@ unset IFS
 UPDCNT="${#UPDARR[@]}"
 unset UPDARR
 case "$UPDCNT" in
-	0|1)
+	0)
 		[ "$SHUTUP" -ne 1 ]&&retinf "No updates available :)"
 		exit 0
 	;;
-- 
cgit v1.2.3