From fde8e83a71c1f6fb256b1bc6cbecfff14d0e116d4f06593b5f5091bafb58a84f Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 19 Apr 2023 13:27:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=80 --- postgresql12.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/postgresql12.spec b/postgresql12.spec index 0c3184b..ccb4754 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -822,9 +822,7 @@ fi # Restart only when we are updating the currently running version test -x /usr/bin/systemctl && MAINPID=$(/usr/bin/systemctl show postgresql.service --property=MainPID --value) ||: -if test -n "$MAINPID" && test "$MAINPID" -ne 0 && - readlink -n /proc/$MAINPID/exe | grep -Fq " (deleted)" -then +if test -n "$MAINPID" && test "$MAINPID" -ne 0; then BIN=$(readlink -n /proc/$MAINPID/exe) DIR=$(dirname ${BIN% *}) if test "$DIR" = "%pgbindir" -o "$DIR" = "%_bindir"; then