From 9f41488e59e76e492e33456202db6991814cc79c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 15 Jan 2022 19:27:25 -0700 Subject: [PATCH] Restart postgresql service --- debian/resources/postgresql/node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/postgresql/node.sh b/debian/resources/postgresql/node.sh index 5509e2b..fadf2f3 100755 --- a/debian/resources/postgresql/node.sh +++ b/debian/resources/postgresql/node.sh @@ -125,7 +125,7 @@ systemctl daemon-reload sudo -u postgres psql -p $database_port -c "SELECT pg_reload_conf();" #restart postgres -#systemctl restart postgresql +systemctl restart postgresql #set the working directory cwd=$(pwd)