diff options
Diffstat (limited to 'lib_pgsql.sh')
-rw-r--r-- | lib_pgsql.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_pgsql.sh b/lib_pgsql.sh index 6997827..9db69d1 100644 --- a/lib_pgsql.sh +++ b/lib_pgsql.sh @@ -33,7 +33,7 @@ dtf_postgresql_checkphase() dtf_postgresql_check_stopped - rlAssertNotExists "/var/lib/pgsql/data" + rlAssertNotExists "/var/lib/pgsql/data/PG_VERSION" rlAssert0 "run under root user" `id -u` |