dom0/pm-utils: indent

This commit is contained in:
Marek Marczykowski 2012-02-09 11:08:29 +01:00
parent c766282d2d
commit 7a352285cf

View File

@ -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