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:
Km 2021-11-30 19:31:54 +01:00 committed by GitHub
commit 811dce6370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,5 @@ if [ -e "$INOTIFY_DO_ACTION" ] ; then
/usr/lib/alternc/do_actions.php /usr/lib/alternc/do_actions.php
rm "$INOTIFY_DO_ACTION" rm "$INOTIFY_DO_ACTION"
fi fi
exit 1

View File

@ -13,3 +13,6 @@ if [ -e "$INOTIFY_UPDATE_DOMAIN" ] ; then
/usr/lib/alternc/update_domains.sh /usr/lib/alternc/update_domains.sh
rm "$INOTIFY_UPDATE_DOMAIN" rm "$INOTIFY_UPDATE_DOMAIN"
fi fi
exit 1