aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-05-29 12:17:26 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-05-29 12:17:26 +0200
commit16cbee3ce18d79b784641eba0dc4b4688a748be7 (patch)
treeefa082d60acf1b3f58a2648b6e060351d1a7d55c /install.sh
parent07f86f26e851c1a300af76201fe2234e3c52bfb9 (diff)
download0tdns-16cbee3ce18d79b784641eba0dc4b4688a748be7.tar.gz
0tdns-16cbee3ce18d79b784641eba0dc4b4688a748be7.zip
add sample database connection config file
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index f9cde88..3c45c0b 100755
--- a/install.sh
+++ b/install.sh
@@ -17,6 +17,7 @@ fi
install -D -m744 vpn_wrapper.sh "$INSTALL_ROOT"/var/lib/0tdns/vpn_wrapper.sh
install -D -m744 netns-script "$INSTALL_ROOT"/var/lib/0tdns/netns-script
install -D -m755 perform_queries.py "$INSTALL_ROOT"/var/lib/0tdns/perform_queries.py
+install -D -m644 db_connection_config.yml "$INSTALL_ROOT"/etc/0tdns/db_connection_config.yml
# This one would make sense to be executed directly, so it'll go to sbin
install -D -m744 hourly.py "$INSTALL_ROOT"/usr/sbin/hourly.py