new location
This commit is contained in:
parent
57f1e9c8e2
commit
80fa7d02c3
5 changed files with 0 additions and 0 deletions
7
openvz
Normal file
7
openvz
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -d "/var/lib/vz" ];then
|
||||
df -h /var/lib/vz | awk '{ a = $5} END {print a}';
|
||||
else
|
||||
echo "Not Installed";
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue