diff options
Diffstat (limited to 'postgresql-setup.in')
-rw-r--r-- | postgresql-setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-setup.in b/postgresql-setup.in index 20d5ad6..b4e9390 100644 --- a/postgresql-setup.in +++ b/postgresql-setup.in @@ -796,7 +796,7 @@ script_result=0 if @MOUNTPOINT@ -q "$pgdata" || @MOUNTPOINT@ -q "$(dirname "$pgdata")"; then warn $"Note that either your data directory '$pgdata' or" warn_q $"the parent directory '$(dirname "$pgdata")'" - warn_q $"is a direct mountpoint. This is usually bad idea and your" + warn_q $"is a direct mountpoint. This is usually a bad idea and your" warn_q $"filesystem layout should ideally look like:" warn_q $"/ROOT_OWNED_MOUNTPOINT/POSTGRES_OWNED_DIRECTORY/DATADIR." warn_q $"See the upstream documentation for more info:" |