add exit 1 to inotify scripts, which goes around the serious incrond bug in Debian Buster...
This commit is contained in:
parent
2e1fbd374d
commit
6add7e4a40
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue