entrypoint.sh: set `DATA_DIR` permissions to `755`
parent
3f5d7c3d13
commit
19b7a592b8
|
@ -9,7 +9,7 @@ WEBMIN_DATA_DIR=${DATA_DIR}/webmin
|
|||
WEBMIN_ENABLED=${WEBMIN_ENABLED:-true}
|
||||
|
||||
## ...and here we go
|
||||
chmod 775 ${DATA_DIR}
|
||||
chmod 755 ${DATA_DIR}
|
||||
|
||||
# create directory for bind config
|
||||
mkdir -p ${BIND_DATA_DIR}
|
||||
|
|
Loading…
Reference in New Issue