devuan: postgresql.sh: fix syntax error

This commit is contained in:
Valentin Kleibel 2022-04-06 11:54:43 +02:00
parent 959f9a84ea
commit edcfd2db47
1 changed files with 1 additions and 1 deletions

View File

@ -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