json args fix
This commit is contained in:
parent
8f9ad15108
commit
0d9a1dc5eb
|
@ -517,7 +517,7 @@
|
||||||
"name": "Power - Restart or Shutdown PC",
|
"name": "Power - Restart or Shutdown PC",
|
||||||
"description": "Restart PC. Add parameter: shutdown if you want to shutdown computer",
|
"description": "Restart PC. Add parameter: shutdown if you want to shutdown computer",
|
||||||
"args": [
|
"args": [
|
||||||
"-exe {{client.bdexe}}"
|
"[shutdown]"
|
||||||
],
|
],
|
||||||
"shell": "powershell",
|
"shell": "powershell",
|
||||||
"category": "TRMM (Win):Updates"
|
"category": "TRMM (Win):Updates"
|
||||||
|
|
Loading…
Reference in New Issue