devuan: install postgres before freeswitch

This commit is contained in:
Valentin Kleibel 2022-04-06 16:25:59 +02:00
parent 14aaedaacf
commit 9dc6ae8bc2
1 changed files with 3 additions and 3 deletions

View File

@ -42,15 +42,15 @@ resources/php.sh
#NGINX web server
resources/nginx.sh
#Postgres
resources/postgresql.sh
#FreeSWITCH
resources/switch.sh
#Fail2ban
resources/fail2ban.sh
#Postgres
resources/postgresql.sh
#set the ip address
server_address=$(hostname -I)