Merge "Change mode of DATA_DIR to 0755 as well"

This commit is contained in:
Jenkins
2017-04-02 09:11:56 +00:00
committed by Gerrit Code Review

View File

@@ -328,6 +328,7 @@ fi
DATA_DIR=${DATA_DIR:-${DEST}/data}
sudo mkdir -p $DATA_DIR
safe_chown -R $STACK_USER $DATA_DIR
safe_chmod 0755 $DATA_DIR
# Configure proper hostname
# Certain services such as rabbitmq require that the local hostname resolves