The default of utctime=yes was lost; restore it.

This commit is contained in:
John Hood
2022-04-05 15:16:21 -04:00
parent 779b730fad
commit d7d23bc6fd

View File

@@ -141,7 +141,7 @@ vm::run(){
[ -n "${_uuid}" ] && _opts="${_opts} -U ${_uuid}"
# set utc time in opts if requested
if config::yesno "utctime"; then
if config::yesno "utctime" yes; then
if [ ${VERSION_BSD} -ge 1002000 ]; then
_opts="${_opts} -u"
else