summaryrefslogtreecommitdiffstats
path: root/Services/mongo/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/mongo/run.sh')
-rw-r--r--Services/mongo/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/mongo/run.sh b/Services/mongo/run.sh
index 598b716..14e00db 100644
--- a/Services/mongo/run.sh
+++ b/Services/mongo/run.sh
@@ -45,7 +45,7 @@ function display_container_mongodb_header {
function begin_config {
echo "=> BEGIN MONGODB CONFIGURATION"
if [[ ! -d $DATA_PATH ]]; then
- echo "log directory $DATA_PATH not found"
+ echo "data directory $DATA_PATH not found"
mkdir -p $DATA_PATH; chmod 0774 $DATA_PATH
echo "data directory $DATA_PATH CREATED"
else