devuan: postgresql.sh: fix syntax error
This commit is contained in:
parent
959f9a84ea
commit
edcfd2db47
|
|
@ -49,7 +49,7 @@ if [ ."$database_repo" = ."2ndquadrant" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#init.d
|
#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
|
/usr/sbin/service postgresql restart
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue