parent
08689f192f
commit
93ca7a50f8
|
|
@ -11,6 +11,7 @@ echo "Install PostgreSQL and create the database and users\n"
|
||||||
apt-get install -y --force-yes sudo postgresql
|
apt-get install -y --force-yes sudo postgresql
|
||||||
|
|
||||||
#systemd
|
#systemd
|
||||||
|
/bin/systemctl daemon-reload
|
||||||
/bin/systemctl restart postgresql
|
/bin/systemctl restart postgresql
|
||||||
|
|
||||||
#init.d
|
#init.d
|
||||||
|
|
@ -36,4 +37,4 @@ echo "PostgreSQL"
|
||||||
echo " Database name: fusionpbx"
|
echo " Database name: fusionpbx"
|
||||||
echo " Database username: fusionpbx"
|
echo " Database username: fusionpbx"
|
||||||
echo " Database password: $password"
|
echo " Database password: $password"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue