mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-21 10:57:26 +00:00
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:
@@ -271,7 +271,7 @@ func PowerOFF() {
|
||||
if IsOpenRCBased() {
|
||||
SH("poweroff") //nolint:errcheck
|
||||
} else {
|
||||
SH("shutdown now") //nolint:errcheck
|
||||
SH("shutdown") //nolint:errcheck
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user