mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Add missing directory back (#527)
See https://github.com/unifi-utilities/unifios-utilities/issues/517
This commit is contained in:
parent
1187375340
commit
a0ccf5ed5a
@ -21,7 +21,7 @@ esac
|
|||||||
if [ ! -d "${DATA_DIR}/unbound" ]; then
|
if [ ! -d "${DATA_DIR}/unbound" ]; then
|
||||||
# If it does not exist, create the directory
|
# If it does not exist, create the directory
|
||||||
mkdir -p "${DATA_DIR}/unbound"
|
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."
|
echo "Directory '${DATA_DIR}/unbound' created."
|
||||||
else
|
else
|
||||||
# If it already exists, print a message
|
# If it already exists, print a message
|
||||||
|
Loading…
Reference in New Issue
Block a user