mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Correct typo is smbd: status
This commit is contained in:
parent
01688b3ab5
commit
da411be3eb
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ function vm_boot() {
|
|||
if [ -n "${SAMBA}" ]; then
|
||||
echo " - smbd: ${HOME} will be exported to the guest via smb://10.0.2.4/qemu"
|
||||
else
|
||||
echo " - smbd: %{HOME} will not be exported to the guest. 'smbd' not found."
|
||||
echo " - smbd: ${HOME} will not be exported to the guest. 'smbd' not found."
|
||||
fi
|
||||
|
||||
#echo " - QEMU: qemu-${ENGINE}"
|
||||
|
|
Loading…
Reference in a new issue