Merge pull request #466 from AlternC/issue-424
add exit 1 to inotify scripts, goes around the serious incrond bug in debian
This commit is contained in:
commit
811dce6370
|
@ -13,3 +13,5 @@ if [ -e "$INOTIFY_DO_ACTION" ] ; then
|
|||
/usr/lib/alternc/do_actions.php
|
||||
rm "$INOTIFY_DO_ACTION"
|
||||
fi
|
||||
|
||||
exit 1
|
||||
|
|
|
@ -13,3 +13,6 @@ if [ -e "$INOTIFY_UPDATE_DOMAIN" ] ; then
|
|||
/usr/lib/alternc/update_domains.sh
|
||||
rm "$INOTIFY_UPDATE_DOMAIN"
|
||||
fi
|
||||
|
||||
exit 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue