mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-21 19:07:42 +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() {
|
if IsOpenRCBased() {
|
||||||
SH("poweroff") //nolint:errcheck
|
SH("poweroff") //nolint:errcheck
|
||||||
} else {
|
} else {
|
||||||
SH("shutdown now") //nolint:errcheck
|
SH("shutdown") //nolint:errcheck
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user