diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-10-06 22:13:15 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-10-06 22:13:15 -0400 |
commit | f1068d2ff783a7390803d8abaafaa8d3916a06f2 (patch) | |
tree | 9328103bffd792d711327f9641a8af80feea6639 /issues_change_detector | |
parent | 153bf95a246fd6ec2f0a94860927c0501f6fb5e7 (diff) | |
download | hyperbot-f1068d2ff783a7390803d8abaafaa8d3916a06f2.tar.lz hyperbot-f1068d2ff783a7390803d8abaafaa8d3916a06f2.tar.xz hyperbot-f1068d2ff783a7390803d8abaafaa8d3916a06f2.zip |
Change some checks
Diffstat (limited to 'issues_change_detector')
-rwxr-xr-x | issues_change_detector | 2 |
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 |