Remove shutdown now, it will be addressed later

see kairos-io/kairos#3126

Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
Mauro Morales
2025-01-14 12:46:38 +01:00
parent 83d797a37b
commit ebfc7b3575

View File

@@ -271,7 +271,7 @@ func PowerOFF() {
if IsOpenRCBased() {
SH("poweroff") //nolint:errcheck
} else {
SH("shutdown now") //nolint:errcheck
SH("shutdown") //nolint:errcheck
}
}