stop running out of my homedir

This commit is contained in:
David Blacka 2023-02-25 19:41:29 -05:00
parent 39b70e989f
commit f62fec7ebf
1 changed files with 1 additions and 2 deletions

View File

@ -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"