changed nothing

This commit is contained in:
Daniel Sosnowski
2025-12-04 14:18:22 +01:00
parent 92522071ae
commit b0f67d0933

View File

@@ -4,7 +4,7 @@ declare -i diskUsage
vhostDir="/var/www/vhosts" vhostDir="/var/www/vhosts"
function loopDirs { function loopDirs {
echo -e "Czyszczę cache w subskrybcji $subscription...\n" echo -e "Czyszczę cache w subskrybcji ${subscription##./}...\n"
ls -1 > "/tmp/dirList.txt" ls -1 > "/tmp/dirList.txt"
readarray -t dirList < /tmp/dirList.txt readarray -t dirList < /tmp/dirList.txt
for dir in "${dirList[@]}" for dir in "${dirList[@]}"