mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-28 10:14:38 +00:00
use shutdown instead of stop
This commit is contained in:
parent
503bea5d86
commit
a44bd84f38
@ -371,7 +371,7 @@ Ext.define('PVE.OpenVZConsole', {
|
||||
if (btn !== 'yes') {
|
||||
return;
|
||||
}
|
||||
vm_command("stop");
|
||||
vm_command("shutdown");
|
||||
});
|
||||
}
|
||||
},
|
||||
@ -383,7 +383,7 @@ Ext.define('PVE.OpenVZConsole', {
|
||||
if (btn !== 'yes') {
|
||||
return;
|
||||
}
|
||||
vm_command("stop", { fast: 1 });
|
||||
vm_command("stop");
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user