diff options
Diffstat (limited to 'Services/postgres/run.sh')
-rw-r--r-- | Services/postgres/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |