From 7735bd4eb24f0d53a93473570ff12d56a132b370 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 14 Feb 2021 19:36:36 +0100 Subject: Move site.conf import to site.default.conf --- scripts/watch_templates.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/watch_templates.sh') 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 @@ source "site.defaults.conf" -if [ -f "site.conf" ]; then - source "site.conf" -fi - inotifywait -qrme close_write,delete,move --format "%w%f" "${TEMPLATES_DIR%/}" \ | while read file do -- cgit v1.2.3-54-g00ecf