diff --git a/debian/resources/postgresql/bdr.sh b/debian/resources/postgresql/node.sh similarity index 99% rename from debian/resources/postgresql/bdr.sh rename to debian/resources/postgresql/node.sh index a2d7ea8..813be69 100755 --- a/debian/resources/postgresql/bdr.sh +++ b/debian/resources/postgresql/node.sh @@ -89,7 +89,7 @@ done systemctl daemon-reload #restart postgres -systemctl restart postgresql +service postgresql restart #set the working directory cwd=$(pwd)