From 17197618a02c1be3c995411600f47145c0b30441 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Mon, 29 Dec 2025 14:18:27 +0100 Subject: [PATCH] Version 2.3.1: Correction dernier local hors fonction (ligne 1249) --- zfs-nfs-replica.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zfs-nfs-replica.sh b/zfs-nfs-replica.sh index 6f2d93d..680c3c8 100644 --- a/zfs-nfs-replica.sh +++ b/zfs-nfs-replica.sh @@ -24,7 +24,7 @@ set -euo pipefail # Configuration -SCRIPT_VERSION="2.3.0" +SCRIPT_VERSION="2.3.1" REPO_URL="https://forgejo.tellserv.fr/Tellsanguis/zfs-sync-nfs-ha" SCRIPT_URL="${REPO_URL}/raw/branch/main/zfs-nfs-replica.sh" SCRIPT_PATH="${BASH_SOURCE[0]}" @@ -1246,7 +1246,6 @@ if [[ "${NOTIFICATION_ENABLED}" == "true" ]] && [[ -n "${APPRISE_URLS}" ]]; then # Initialiser l'environnement Python et installer Apprise si nécessaire if setup_apprise_venv; then - local url_count url_count=$(echo "${APPRISE_URLS}" | wc -w) log "info" "✓ Notifications activées: ${url_count} service(s) configuré(s)" log "info" " Mode: ${NOTIFICATION_MODE}"