From edcfd2db47c541dc7854dd81d93877b0ec69e96b Mon Sep 17 00:00:00 2001 From: Valentin Kleibel Date: Wed, 6 Apr 2022 11:54:43 +0200 Subject: [PATCH] devuan: postgresql.sh: fix syntax error --- devuan/resources/postgresql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devuan/resources/postgresql.sh b/devuan/resources/postgresql.sh index 46f80b2..faeab1f 100755 --- a/devuan/resources/postgresql.sh +++ b/devuan/resources/postgresql.sh @@ -49,7 +49,7 @@ if [ ."$database_repo" = ."2ndquadrant" ]; then fi #init.d -if [ ."$database_host" = ."127.0.0.1" ] || [ ."$database_host" = ."::1" ] ; +if [ ."$database_host" = ."127.0.0.1" ] || [ ."$database_host" = ."::1" ] ; then /usr/sbin/service postgresql restart fi