From 3527cdaa5a1b3c0a8b17ff5a3cd857a51255ee03 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 1 Sep 2013 12:53:10 -0400 Subject: [PATCH] (Unnecessary) exit 0, just for good measure. --- run-conky.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-conky.sh b/run-conky.sh index b970d90..30547dd 100755 --- a/run-conky.sh +++ b/run-conky.sh @@ -20,3 +20,4 @@ sleep 3 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-right.conkyrc sleep 3 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-left.conkyrc +exit 0