Skip to content

Commit

Permalink
Include DELETE_SELF on RemoveBroken rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed Jan 19, 2017
1 parent 0422a0f commit bf745cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/listener.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Removes broken links when a version directory under /Programs is deleted.
{
TARGET = /Programs
WATCHES = DELETE
WATCHES = DELETE|DELETE_SELF
SPAWN = find /System/Index /System/Settings | RemoveBroken >> /var/log/Listener-RemoveBroken.log
LOOKAT = DIRS
ACCEPT_REGEX = ^[-+_[:alnum:]]+
Expand Down

0 comments on commit bf745cb

Please sign in to comment.