Restart postgresql service
This commit is contained in:
parent
27ba502198
commit
9f41488e59
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue