diff --git a/qemu/bin/pathof b/qemu/bin/pathof index d3bc759..ce042d3 100755 --- a/qemu/bin/pathof +++ b/qemu/bin/pathof @@ -6,7 +6,7 @@ # Choose the base dir to print according to argv[1] case "$1" in socket) - path=/run/qemush + path="${HOME}/sockets" ;; disk) path="${HOME}/disks"