From 1a35d6d60a05af77deaf0c4c638065570c89ae0a Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 Jul 2026 17:41:06 +0200 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 9f99af5..3fb0f2c 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -136,6 +136,7 @@ mv $REBOOTBIN $REBOOTBINOLD cat << 'EOF' > $REBOOTBIN #!/bin/bash touch /var/log/restart-flag +echo "[REBOOT] Ordre de reboot lancé" sleep 1 /usr/sbin/reboot.old EOF @@ -145,6 +146,7 @@ chmod +x $REBOOTBIN cat << 'EOF' > $SHUTBIN #!/bin/bash touch /var/log/restart-flag +echo "[SHUTDOWN] Ordre d'arrêt lancé" sleep 1 shutdown -h now EOF -- 2.47.3