I have a script to start and stop VM in .sh file
and I get an error:400 Parameter verification failed , please see the screenshot: http://prntscr.com/6j0dir
However, If I run each command: qm start 101, it works.
Please help me, thank you
Code:
qm start 101qm start 102
qm start 103
qm stop 103
qm stop 102
qm stop 101
However, If I run each command: qm start 101, it works.
Please help me, thank you