remove whitespaces

pull/27/head
Sameer Naik 2017-01-15 18:51:12 +05:30
parent 2a259019b9
commit 9bd81a506c
No known key found for this signature in database
GPG Key ID: C4C50956BD4271B6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ create_bind_data_dir() {
ln -sf ${BIND_DATA_DIR}/etc /etc/bind
chmod -R 0775 ${BIND_DATA_DIR}
chown -R ${BIND_USER}:${BIND_USER} ${BIND_DATA_DIR}
if [ ! -d ${BIND_DATA_DIR}/lib ]; then
mkdir -p ${BIND_DATA_DIR}/lib
chown ${BIND_USER}:${BIND_USER} ${BIND_DATA_DIR}/lib