changed the name of the disk
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
declare -i diskUsage
|
||||
vhostDir="/var/www/vhosts"
|
||||
|
||||
diskUsage=$(df -h | grep /dev/mapper/Fabricsy--vg-root | awk '{print $5}' | cut -d% -f1)
|
||||
diskUsage=$(df -h | grep /dev/mapper/tulup--vg-root | awk '{print $5}' | cut -d% -f1)
|
||||
if [[ $diskUsage -ge 50 ]]
|
||||
then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user