aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-06-16 13:35:38 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-06-16 13:35:38 +0200
commitbfe509532de18ab310afd3b85c379e985e1b49cd (patch)
tree39f4669cf6095b36b8504a313f08c6cb384343c9 /install.sh
parent3fec000d6711b0520d2104d4ec360a34eddcc953 (diff)
download0tdns-bfe509532de18ab310afd3b85c379e985e1b49cd.tar.gz
0tdns-bfe509532de18ab310afd3b85c379e985e1b49cd.zip
rename ztdns_db_connectivity -> src/ztdnslib
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 4a1eb58..1e2a21c 100755
--- a/install.sh
+++ b/install.sh
@@ -24,6 +24,6 @@ install -D -m644 db_connection_config.yml "$INSTALL_ROOT"/etc/0tdns/db_connectio
install -D -m744 src/hourly.py "$INSTALL_ROOT"/usr/sbin/hourly.py
# This one shall be imported from other scripts
-install -D -m644 src/ztdns_db_connectivity.py "$INSTALL_ROOT"/usr/lib/python3/dist-packages/ztdns_db_connectivity.py
+install -D -m644 src/ztdnslib.py "$INSTALL_ROOT"/usr/lib/python3/dist-packages/ztdnslib.py
# simillar approach will be used to install other files