mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
Merge pull request #457 from cgull/fix-utctime-default
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}"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user