Add missing directory back (#527)

See https://github.com/unifi-utilities/unifios-utilities/issues/517
This commit is contained in:
Kent Holloway 2023-04-04 04:50:12 -05:00 committed by GitHub
parent 1187375340
commit a0ccf5ed5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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