From b846b29ff102cbee38cf3740a60521613c275143 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Wed, 19 Feb 2020 00:32:38 -0600 Subject: [PATCH] - Updated script to report back true if there is no program to end or cleanup --- system-config/cleanup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-config/cleanup.sh b/system-config/cleanup.sh index a7d35df..fe99548 100755 --- a/system-config/cleanup.sh +++ b/system-config/cleanup.sh @@ -1,5 +1,6 @@ #!/bin/bash setxkbmap -option -killall xbindkeys > /dev/null 2>&1 +# force command to run silently and report true +killall xbindkeys > /dev/null 2>&1 || : # rm /tmp/kinto/caret