pathof : le chemin de base pour les sockets devient ~qemu/sockets au lieu de /run/qemush
/run/qemu n'existe pas et doit être créé avec root
This commit is contained in:
parent
997c7974a1
commit
d8fc13cff8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue