Correct typo is smbd: status

This commit is contained in:
Martin Wimpress 2020-03-19 15:26:51 +00:00
parent 01688b3ab5
commit da411be3eb
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -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}"