kvm-tools/kvmstats/kvmstats.cron
2019-08-01 15:23:09 +02:00

4 lines
113 B
Bash

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