From 9dc6ae8bc2659caf1fa1e1172ce1bf8ecc78fdf8 Mon Sep 17 00:00:00 2001 From: Valentin Kleibel Date: Wed, 6 Apr 2022 16:25:59 +0200 Subject: [PATCH] devuan: install postgres before freeswitch --- devuan/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devuan/install.sh b/devuan/install.sh index 3e142fe..65fec21 100755 --- a/devuan/install.sh +++ b/devuan/install.sh @@ -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)