mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
Adjust the parameter upgrade-console order (#2246)
This commit is contained in:
@@ -210,7 +210,7 @@ func osVersion(c *cli.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func startUpgradeContainer(image string, stage, force, reboot, kexec, debug bool, upgradeConsole bool, kernelArgs string) error {
|
||||
func startUpgradeContainer(image string, stage, force, reboot, kexec, upgradeConsole, debug bool, kernelArgs string) error {
|
||||
command := []string{
|
||||
"-t", "rancher-upgrade",
|
||||
"-r", config.Version,
|
||||
|
Reference in New Issue
Block a user