Change some checks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
if ! which inotifywait &> /dev/null
|
||||
if [[ ! -x /usr/bin/inotifywait ]]
|
||||
then
|
||||
echo 'inotify is a dep. fail'
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user