churchers / vm-bhyve

Shell based, minimal dependency bhyve manager
BSD 2-Clause "Simplified" License
825 stars 174 forks source link

Handle config lines that use single quotes instead of double quotes #487

Open brd opened 1 year ago

brd commented 1 year ago

For example: network1_switch='int1'

Would return 'int1' instead of int1 causing the md5 to not match.