Change exit code to "file not found"

This commit is contained in:
Jafner 2021-10-24 19:51:46 -07:00
parent c3c38a43dc
commit 86f931849f

View File

@ -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