Fix spelling of virtiofsd binary.
This commit is contained in:
parent
f201332a4b
commit
2d7372e0c3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ start_virtiofsd() {
|
||||||
fi
|
fi
|
||||||
# END temporary fix
|
# END temporary fix
|
||||||
socket="/run/user/$(id -u $USER)/virtiofs-${VM_NAME}.sock"
|
socket="/run/user/$(id -u $USER)/virtiofs-${VM_NAME}.sock"
|
||||||
/usr/local/bin/virtiofsd.v1.11 --uid-map=:${GUEST_UID}:${UID}:1: --gid-map=:${GUEST_GID}:$(id -g):1: \
|
/usr/local/bin/virtiofsd --uid-map=:${GUEST_UID}:${UID}:1: --gid-map=:${GUEST_GID}:$(id -g):1: \
|
||||||
--socket-path "$socket" --shared-dir "/lmn/media/${USER}" --syslog &
|
--socket-path "$socket" --shared-dir "/lmn/media/${USER}" --syslog &
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue