changed the name of the disk

This commit is contained in:
Daniel Sosnowski
2025-12-03 10:34:40 +01:00
parent 3b5e115675
commit 1fee221c06

View File

@@ -3,7 +3,7 @@
declare -i diskUsage declare -i diskUsage
vhostDir="/var/www/vhosts" 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 ]] if [[ $diskUsage -ge 50 ]]
then then