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:
Ahurac 2024-01-21 00:28:20 +01:00
parent 997c7974a1
commit d8fc13cff8

View file

@ -6,7 +6,7 @@
# Choose the base dir to print according to argv[1] # Choose the base dir to print according to argv[1]
case "$1" in case "$1" in
socket) socket)
path=/run/qemush path="${HOME}/sockets"
;; ;;
disk) disk)
path="${HOME}/disks" path="${HOME}/disks"