new location

This commit is contained in:
Colmaris 2019-02-19 13:22:09 +01:00
parent 57f1e9c8e2
commit 80fa7d02c3
5 changed files with 0 additions and 0 deletions

View file

@ -1,7 +0,0 @@
#!/bin/bash
if [ -d "/var/lib/vz" ];then
df -h /var/lib/vz | awk '{ a = $5} END {print a}';
else
echo "Not Installed";
fi