devuan: install postgres before freeswitch
This commit is contained in:
parent
14aaedaacf
commit
9dc6ae8bc2
|
|
@ -42,15 +42,15 @@ resources/php.sh
|
||||||
#NGINX web server
|
#NGINX web server
|
||||||
resources/nginx.sh
|
resources/nginx.sh
|
||||||
|
|
||||||
|
#Postgres
|
||||||
|
resources/postgresql.sh
|
||||||
|
|
||||||
#FreeSWITCH
|
#FreeSWITCH
|
||||||
resources/switch.sh
|
resources/switch.sh
|
||||||
|
|
||||||
#Fail2ban
|
#Fail2ban
|
||||||
resources/fail2ban.sh
|
resources/fail2ban.sh
|
||||||
|
|
||||||
#Postgres
|
|
||||||
resources/postgresql.sh
|
|
||||||
|
|
||||||
#set the ip address
|
#set the ip address
|
||||||
server_address=$(hostname -I)
|
server_address=$(hostname -I)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue