Change some checks

This commit is contained in:
Gaming4JC
2020-10-06 22:13:15 -04:00
parent 153bf95a24
commit f1068d2ff7
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/bash
if ! which inotifywait &> /dev/null
if [[ ! -x /usr/bin/inotifywait ]]
then
echo 'inotify is a dep. fail'
exit