From d7d23bc6fdf75cf0983a63362ee7f458c9c7f2ed Mon Sep 17 00:00:00 2001 From: John Hood Date: Tue, 5 Apr 2022 15:16:21 -0400 Subject: [PATCH] The default of utctime=yes was lost; restore it. --- lib/vm-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vm-run b/lib/vm-run index 165b37a..7febda7 100644 --- a/lib/vm-run +++ b/lib/vm-run @@ -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