From 05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1 Mon Sep 17 00:00:00 2001 From: startxfr Date: Mon, 28 Dec 2015 04:47:44 +0100 Subject: change in doc for nodejs + fix in startup script --- Services/postgres/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Services/postgres/run.sh') diff --git a/Services/postgres/run.sh b/Services/postgres/run.sh index de130fc..1c5436d 100644 --- a/Services/postgres/run.sh +++ b/Services/postgres/run.sh @@ -54,7 +54,7 @@ function display_container_postgresql_header { function begin_config { echo "=> BEGIN POSTGRESQL 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 -- cgit v1.2.3