summary refs log tree commit diff
path: root/host/rootfs/usr/bin/vm-console
diff options
context:
space:
mode:
Diffstat (limited to 'host/rootfs/usr/bin/vm-console')
-rwxr-xr-xhost/rootfs/usr/bin/vm-console2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/rootfs/usr/bin/vm-console b/host/rootfs/usr/bin/vm-console
index 4db59b4..00d823c 100755
--- a/host/rootfs/usr/bin/vm-console
+++ b/host/rootfs/usr/bin/vm-console
@@ -4,7 +4,7 @@
 
 backtick -E pty {
   pipeline -w { jq -r .config.console.file }
-  ch-remote --api-socket /run/service/ext-${1}/env/cloud-hypervisor.sock info
+  ch-remote --api-socket /run/service/ext-vm-${1}/env/cloud-hypervisor.sock info
 }
 
 foreground {