Change exit code to "file not found"
This commit is contained in:
parent
0608ebea8f
commit
4decb8d6c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user