From 9d361e9622f87ce6425999db442b49ca5d2b65a2 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 18 Jun 2020 10:38:09 +0200 Subject: check if 0tdns is still running every 15, 30 and 45 minutes past na hour --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1e2a21c..091fd3c 100755 --- a/install.sh +++ b/install.sh @@ -22,6 +22,7 @@ install -D -m644 db_connection_config.yml "$INSTALL_ROOT"/etc/0tdns/db_connectio # This one would make sense to be executed directly, so it'll go to sbin # This happens to also be the script, that gets called by cron install -D -m744 src/hourly.py "$INSTALL_ROOT"/usr/sbin/hourly.py +install -D -m744 src/check_if_done.py "$INSTALL_ROOT"/usr/sbin/check_if_done.py # This one shall be imported from other scripts install -D -m644 src/ztdnslib.py "$INSTALL_ROOT"/usr/lib/python3/dist-packages/ztdnslib.py -- cgit v1.2.3