From 86f931849f3b7834b447e478046651f1af135e74 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Sun, 24 Oct 2021 19:51:46 -0700 Subject: [PATCH] Change exit code to "file not found" --- pamidi_github/pa_xtouch_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pamidi_github/pa_xtouch_control.sh b/pamidi_github/pa_xtouch_control.sh index 070f3631..3b2f235c 100644 --- a/pamidi_github/pa_xtouch_control.sh +++ b/pamidi_github/pa_xtouch_control.sh @@ -34,7 +34,7 @@ initialize(){ echo "Checking for xdotool" if ! hash xdotool &> /dev/null; then echo "xdotool could not be found, exiting" - exit + exit 2 else echo "xdotool found" fi