diff --git a/clearCache.sh b/clearCache.sh index 0b74399..fcf1f55 100644 --- a/clearCache.sh +++ b/clearCache.sh @@ -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[@]}"