From 70b0663e75d7dc4c30c317b2efb9c0ae04d3c303 Mon Sep 17 00:00:00 2001 From: Daniel Sosnowski Date: Thu, 4 Dec 2025 15:22:27 +0100 Subject: [PATCH] Added a brace expansion --- clearCache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[@]}"