From ae627b320dd4c5a520d62fe2b6bd735e6f744fdb Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sat, 10 Sep 2022 09:06:32 -0600 Subject: [PATCH] improved nameserver logging --- back/lib/ns_update_send | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/lib/ns_update_send b/back/lib/ns_update_send index 8aee06b..9d4656e 100755 --- a/back/lib/ns_update_send +++ b/back/lib/ns_update_send @@ -11,4 +11,4 @@ CONFIG_FILE='/etc/wgapi/config' [ -f "${CONFIG_FILE}" ] || exit 4 source "${CONFIG_FILE}" printf 'server %s\n%s\nsend\n' "${DNS_MASTER}" "${1}" \ - | tee -a "${LOGFILE}" | nsupdate -y "${DNS_KEY}" + | tee -a "${LOGFILE}" | nsupdate -y "${DNS_KEY}" | tee -a "${LOGFILE}"