summaryrefslogtreecommitdiffstats
path: root/scripts/watch_filters.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch_filters.sh')
-rwxr-xr-xscripts/watch_filters.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/watch_filters.sh b/scripts/watch_filters.sh
index 21fb686..5dd6ad5 100755
--- a/scripts/watch_filters.sh
+++ b/scripts/watch_filters.sh
@@ -2,10 +2,6 @@
2 2
3source "site.defaults.conf" 3source "site.defaults.conf"
4 4
5if [ -f "site.conf" ]; then
6 source "site.conf"
7fi
8
9inotifywait -qrme close_write,delete,move --format "%w%f" "${FILTERS_DIR%/}" \ 5inotifywait -qrme close_write,delete,move --format "%w%f" "${FILTERS_DIR%/}" \
10 | while read file 6 | while read file
11 do 7 do