entrypoint.sh: set `DATA_DIR` permissions to `755`

pull/11/head
Sameer Naik 2015-06-15 21:51:08 +05:30
parent 3f5d7c3d13
commit 19b7a592b8
1 changed files with 1 additions and 1 deletions

View File

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