5 lines
230 B
Bash
Executable file
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" "$@"
|