kvm-tools/kvmstats/kvmstats.cron

4 lines
113 B
Plaintext
Raw Normal View History

#!/bin/sh
2019-08-01 15:23:09 +02:00
/usr/share/scripts/kvmstats -a -o html > /var/www/kvmstats.html
/bin/chmod go+r /var/www/kvmstats.html