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