mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
The default of utctime=yes was lost; restore it.
This commit is contained in:
@@ -141,7 +141,7 @@ vm::run(){
|
|||||||
[ -n "${_uuid}" ] && _opts="${_opts} -U ${_uuid}"
|
[ -n "${_uuid}" ] && _opts="${_opts} -U ${_uuid}"
|
||||||
|
|
||||||
# set utc time in opts if requested
|
# set utc time in opts if requested
|
||||||
if config::yesno "utctime"; then
|
if config::yesno "utctime" yes; then
|
||||||
if [ ${VERSION_BSD} -ge 1002000 ]; then
|
if [ ${VERSION_BSD} -ge 1002000 ]; then
|
||||||
_opts="${_opts} -u"
|
_opts="${_opts} -u"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user