Skip to content

Commit

Permalink
Remove shutdown now, it will be addressed later
Browse files Browse the repository at this point in the history
see kairos-io/kairos#3126

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jan 14, 2025
1 parent 83d797a commit ebfc7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func PowerOFF() {
if IsOpenRCBased() {
SH("poweroff") //nolint:errcheck
} else {
SH("shutdown now") //nolint:errcheck
SH("shutdown") //nolint:errcheck
}
}

Expand Down

0 comments on commit ebfc7b3

Please sign in to comment.