util-iso-image: fix typo

This commit is contained in:
udeved 2016-08-22 12:46:55 +02:00
parent 3d19837511
commit 397e9f0f64

View file

@ -222,7 +222,7 @@ write_live_session_conf(){
echo "default_desktop_executable=${default_desktop_executable}" >> ${conf}
echo '' >> ${conf}
echo '# samba workgroup' >> ${conf}
echo "smb_workgrp=${smb_workgroup}" >> ${conf}
echo "smb_workgroup=${smb_workgroup}" >> ${conf}
}
configure_hosts(){