From 4decb8d6c93ec387bbcb9080521685bf00bd2a7d 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" --- pa_xtouch_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pa_xtouch_control.sh b/pa_xtouch_control.sh index 070f363..3b2f235 100644 --- a/pa_xtouch_control.sh +++ b/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