Added a brace expansion

This commit is contained in:
Daniel Sosnowski
2025-12-04 15:22:27 +01:00
parent e8b69d1291
commit 70b0663e75

View File

@@ -25,7 +25,7 @@ then
if [[ -d $path ]]
then
cd "$path"
echo -e "Czyszczę cache w subskrybcji $subscription...\n"
echo -e "Czyszczę cache w subskrybcji ${subscription##./}...\n"
ls -1 > "/tmp/dirList.txt"
readarray -t dirList < /tmp/dirList.txt
for dir in "${dirList[@]}"