Browse Source

qvm-run-vm: translate --dispvm to modern @dispvm syntax

Rusty Bird 4 years ago
parent
commit
ce3c1cfb7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubes-rpc/qvm-run-vm

+ 1 - 1
qubes-rpc/qvm-run-vm

@@ -45,7 +45,7 @@ VMNAME="$1"
 shift
 
 if [ "$VMNAME" = "--dispvm" ] ; then
-    VMNAME="\$dispvm"
+    VMNAME="@dispvm"
 elif [ "$VMNAME" = "" ] ; then
     print_usage
     exit 1