From b5d4ad623ee86e42927cafb8c6310680092a990a Mon Sep 17 00:00:00 2001 From: Dracentis <24703977+Dracentis@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:49:19 -0500 Subject: [PATCH] Fixed mattermost-install.sh --- install/mattermost-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/mattermost-install.sh b/install/mattermost-install.sh index 8f650780..9e71671b 100644 --- a/install/mattermost-install.sh +++ b/install/mattermost-install.sh @@ -50,7 +50,7 @@ sed -i -e "s|^\"DriverName\":.*|\"DriverName\": \"postgres\",|" \ -e "s|^DB_CONNECTION=$|DB_CONNECTION=\"postgres://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME?sslmode=disable&connect_timeout=10\"|" \ -e "s|^\"SiteUrl\":.*|\"SiteUrl\": \"http://$IPADDRESS:8384\"|" /opt/mattermost/config/config.json $STD systemctl enable mattermost.service -systemctl start mattermost.service +$STD systemctl start mattermost.service msg_ok "Installed Mattermost" motd_ssh