[kvmstats] show available resources

This commit is contained in:
Alexis Ben Miloud--Josselin 2019-08-01 15:23:09 +02:00
parent 5f250007ee
commit 97d9c76251

View file

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