1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Reboot after os upgrade

This commit is contained in:
Darren Shepherd
2015-03-19 15:36:40 -07:00
parent e34c3a5e2d
commit a051b1ad70
2 changed files with 15 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ func Main() {
}
func shutdown(c *cli.Context) {
common()
common("")
reboot := c.String("r")
poweroff := c.String("h")