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