dom0: pm-utils: 01qubes-sync-vms-clock: run qvm-sync-dom0-clock before syncing clocks on other VMs (#433)
... instead of just $(date), which caused problems when Dom0 clock got desynced somehow.
This commit is contained in:
parent
b87fff44c4
commit
ddd71a6490
@ -4,6 +4,7 @@
|
||||
|
||||
sync_qubes_vms_wallclock()
|
||||
{
|
||||
/usr/bin/qvm-sync-dom0-clock
|
||||
DATE=$(date)
|
||||
echo
|
||||
echo "Syncing VMs clock to: $DATE"
|
||||
|
Loading…
Reference in New Issue
Block a user