Wait 2s before powering off.

So that message is visible if user is on console.
This commit is contained in:
Julien Coloos
2026-07-12 20:14:00 +02:00
parent 3763703471
commit 6c1945a787

View File

@@ -74,6 +74,7 @@ sshcs_net_done() {
sshcs_trapped_timeout() { sshcs_trapped_timeout() {
log_err "Timeout reached! Powering off." log_err "Timeout reached! Powering off."
sleep 2
poweroff -f poweroff -f
exit exit
} }