I am running code that allows you to execute a command if flow.xml.gz
changes:
while inotifywait -e modify,move,create,delete flow.xml.gz; do echo "test"; done
When I change the file nothing happens. I have only this output:
smadmin@sm-iotdf-mini-dev:~/nifi-1.4.0/conf$ while inotifywait -e modify,move,create,delete flow.xml.gz; do echo "test"; done
Setting up watches.
Watches established.