From f62fec7ebff7f317b9df95b16135d8e06e619680 Mon Sep 17 00:00:00 2001 From: David Blacka Date: Sat, 25 Feb 2023 19:41:29 -0500 Subject: [PATCH] stop running out of my homedir --- run_bind_container.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run_bind_container.sh b/run_bind_container.sh index deaba3e..daa03b3 100755 --- a/run_bind_container.sh +++ b/run_bind_container.sh @@ -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"