From: Marcin Krol Date: Sat, 24 Jan 2026 22:12:17 +0000 (+0100) Subject: - fix service status on error X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=packages%2Fpostgresql.git - fix service status on error --- diff --git a/postgresql.init b/postgresql.init index 394692c..3ac066e 100644 --- a/postgresql.init +++ b/postgresql.init @@ -188,6 +188,7 @@ case "$action" in else show "PostgreSQL cluster %s" "$pgdir" progress "$PG_STATUS" "$CFAIL" + RETVAL=3 fi echo done