summaryrefslogtreecommitdiffstats
path: root/scripts/watch_templates.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch_templates.sh')
-rwxr-xr-xscripts/watch_templates.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/watch_templates.sh b/scripts/watch_templates.sh
index b6149e7..70ae4c3 100755
--- a/scripts/watch_templates.sh
+++ b/scripts/watch_templates.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" "${TEMPLATES_DIR%/}" \ 5inotifywait -qrme close_write,delete,move --format "%w%f" "${TEMPLATES_DIR%/}" \
10 | while read file 6 | while read file
11 do 7 do