From ec57edd77b699faa9ab5330b8b5a606985c29607 Mon Sep 17 00:00:00 2001 From: didier Date: Sun, 16 Feb 2025 09:32:29 +0100 Subject: [PATCH] modif matterPG --- bin/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/container.sh b/bin/container.sh index 9a39454..0e5431d 100755 --- a/bin/container.sh +++ b/bin/container.sh @@ -215,7 +215,7 @@ saveComposes () { ;; mattermost) echo "save mattermost" - saveDB ${mattermostDBName} "${mattermost_POSTGRES_USER}" "${mattermost_POSTGRES_PASSWORD}" "${mattermost_POSTGRES_DB}" mattermost postgres + saveDB matterPG "${mattermost_POSTGRES_USER}" "${mattermost_POSTGRES_PASSWORD}" "${mattermost_POSTGRES_DB}" mattermost postgres ;; mobilizon) echo "save mobilizon"