mirror of
https://github.com/joshpatten/PVE-VDIClient.git
synced 2025-09-14 18:44:37 +08:00
typo? G.cmd -> G.vvcmd
This commit is contained in:
parent
4fc20eea71
commit
f161129b9d
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ def vmaction(vmnode, vmid, vmtype):
|
|||
confignode.write(inifile)
|
||||
inifile.seek(0)
|
||||
inistring = inifile.read()
|
||||
pcmd = [G.cmd]
|
||||
pcmd = [G.vvcmd]
|
||||
if G.kiosk:
|
||||
pcmd.append('--kiosk')
|
||||
pcmd.append('--kiosk-quit')
|
||||
|
|
Loading…
Add table
Reference in a new issue