life-noc/checks/check_echeance_vie.sh
2026-03-13 16:13:37 -04:00

5 lines
230 B
Bash
Executable file

#!/bin/bash
# Compatibilité transitoire.
# Cette ancienne sonde d'échéance est conservée comme wrapper vers la sonde mock.
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec "$SCRIPT_DIR/check_life_noc_mock.sh" "$@"