aboutsummaryrefslogtreecommitdiff
path: root/lib.sh
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-08-28 23:43:41 +0200
committerHimbeer <himbeer@disroot.org>2024-08-28 23:43:41 +0200
commit3848ac7b8566a3b9eff80cf85c433e3316d7109a (patch)
treec07f35b356ba45b594882b3edcb4d4b8503a31ad /lib.sh
parentb68669fb6629bcc4a1f34e032190133c5563b56d (diff)
Automatically create and remove configuration file parent directories
Diffstat (limited to 'lib.sh')
-rw-r--r--lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.sh b/lib.sh
index d2527d0..1d0c8a6 100644
--- a/lib.sh
+++ b/lib.sh
@@ -1,3 +1,4 @@
#! /bin/sh
+DIRS="etc/caddy etc/searxng usr/local/searxng"
FILES="etc/cgitrc etc/caddy/Caddyfile etc/searxng/settings.yml usr/local/searxng/searxng.sh usr/local/searxng/searxng_debug.sh"