diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-28 23:43:41 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-28 23:43:41 +0200 |
commit | 3848ac7b8566a3b9eff80cf85c433e3316d7109a (patch) | |
tree | c07f35b356ba45b594882b3edcb4d4b8503a31ad /lib.sh | |
parent | b68669fb6629bcc4a1f34e032190133c5563b56d (diff) |
Automatically create and remove configuration file parent directories
Diffstat (limited to 'lib.sh')
-rw-r--r-- | lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |