stop running out of my homedir
authorDavid Blacka <david@blacka.com>
Sun, 26 Feb 2023 00:41:29 +0000 (19:41 -0500)
committerDavid Blacka <david@blacka.com>
Sun, 26 Feb 2023 00:41:29 +0000 (19:41 -0500)
run_bind_container.sh

index deaba3e..daa03b3 100755 (executable)
@@ -1,7 +1,6 @@
 #! /bin/bash
 
-#BASE_CONF_DIR=/etc/bind
-BASE_CONF_DIR=/home/davidb/src/docker_bind
+BASE_CONF_DIR=/etc/bind
 : "${DNS_PORT:=55}"  # non-production default
 : "${RNDC_PORT:=955}"  # non-produciton default
 CMD="/etc/bind/run.sh"