mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Correct Samba sharing to use ${PUBLIC}
This commit is contained in:
parent
45b09c1f5e
commit
6f49efee2f
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -617,7 +617,7 @@ function vm_boot() {
|
|||
|
||||
# If smbd is available and ~/Public is present export it to the guest via samba
|
||||
if [[ -e "/usr/sbin/smbd" && -n ${PUBLIC} ]]; then
|
||||
NET="${NET},smb=${HOME}"
|
||||
NET="${NET},smb=${PUBLIC}"
|
||||
echo " - smbd: On guest: smb://10.0.2.4/qemu"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue