mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 18:59:17 +00:00
Fixed mattermost-install.sh
This commit is contained in:
parent
ec301504c7
commit
b5d4ad623e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user