aboutsummaryrefslogtreecommitdiffstats
path: root/issues_change_detector
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-10-06 22:13:15 -0400
committerGaming4JC <g4jc@hyperbola.info>2020-10-06 22:13:15 -0400
commitf1068d2ff783a7390803d8abaafaa8d3916a06f2 (patch)
tree9328103bffd792d711327f9641a8af80feea6639 /issues_change_detector
parent153bf95a246fd6ec2f0a94860927c0501f6fb5e7 (diff)
downloadhyperbot-f1068d2ff783a7390803d8abaafaa8d3916a06f2.tar.lz
hyperbot-f1068d2ff783a7390803d8abaafaa8d3916a06f2.tar.xz
hyperbot-f1068d2ff783a7390803d8abaafaa8d3916a06f2.zip
Change some checks
Diffstat (limited to 'issues_change_detector')
-rwxr-xr-xissues_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/issues_change_detector b/issues_change_detector
index 04a6c9b..c54ce6a 100755
--- a/issues_change_detector
+++ b/issues_change_detector
@@ -1,6 +1,6 @@
#! /bin/bash
-if ! which inotifywait &> /dev/null
+if [[ ! -x /usr/bin/inotifywait ]]
then
echo 'inotify is a dep. fail'
exit