From fa1d5ac34903e48d2f1aa70d436e76b9f552fc37 Mon Sep 17 00:00:00 2001 From: didier Date: Thu, 13 Feb 2025 15:34:21 +0100 Subject: [PATCH] correction mineure --- bin/container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/container.sh b/bin/container.sh index 7abea38..202964d 100755 --- a/bin/container.sh +++ b/bin/container.sh @@ -220,6 +220,7 @@ saveComposes () { roundcube) echo "save roundcube" saveDB ${roundcubeDBName} "${roundcube_MYSQL_USER}" "${roundcube_MYSQL_PASSWORD}" "${roundcube_MYSQL_DATABASE}" roundcube + ;; dokuwiki) # rien à faire (fichiers) ;;