From a0ccf5ed5ab09a05e525fc8cbd6540e67545aca0 Mon Sep 17 00:00:00 2001 From: Kent Holloway Date: Tue, 4 Apr 2023 04:50:12 -0500 Subject: [PATCH] Add missing directory back (#527) See https://github.com/unifi-utilities/unifios-utilities/issues/517 --- unbound/scripts/upd_unbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound/scripts/upd_unbound.sh b/unbound/scripts/upd_unbound.sh index 8c6c328..1dd34ae 100755 --- a/unbound/scripts/upd_unbound.sh +++ b/unbound/scripts/upd_unbound.sh @@ -21,7 +21,7 @@ esac if [ ! -d "${DATA_DIR}/unbound" ]; then # If it does not exist, create the directory mkdir -p "${DATA_DIR}/unbound" - mkdir -p "${DATA_DIR}/unbound.conf.d" + mkdir -p "${DATA_DIR}/unbound/unbound.conf.d" echo "Directory '${DATA_DIR}/unbound' created." else # If it already exists, print a message