dom0/pm-utils: indent
This commit is contained in:
parent
c766282d2d
commit
7a352285cf
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
sync_qubes_vms_wallclock()
|
sync_qubes_vms_wallclock()
|
||||||
{
|
{
|
||||||
# Sync all VMs based on dom0 clock
|
# Sync all VMs based on dom0 clock
|
||||||
DATE=$(date)
|
DATE=$(date)
|
||||||
echo
|
echo
|
||||||
echo "Syncing VMs clock to: $DATE"
|
echo "Syncing VMs clock to: $DATE"
|
||||||
qvm-run --all --exclude=`qubes-prefs --get clockvm` -u root "date -s \"$DATE\""
|
qvm-run --all --exclude=`qubes-prefs --get clockvm` -u root "date -s \"$DATE\""
|
||||||
# Then try to sync from the network
|
# Then try to sync from the network
|
||||||
/usr/bin/qvm-sync-clock &
|
/usr/bin/qvm-sync-clock &
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Loading…
Reference in New Issue
Block a user