kvm-tools/kvmstats/kvmstats.cron

4 lines
110 B
Plaintext
Raw Normal View History

#!/bin/sh
/usr/share/scripts/kvmstats -o html > /var/www/kvmstats.html
/bin/chmod go+r /var/www/kvmstats.html