newer version

This commit is contained in:
Daniel Sosnowski
2025-12-04 15:18:54 +01:00
parent 1bc2bdd610
commit e8b69d1291

View File

@@ -22,7 +22,7 @@ then
for path in "$subscription/httpdocs/shopsystem/application/cache/boxes"* "$subscription/httpdocs/shopsystem/appcation/cache/smarty_compiled"
do
if [[ -d "$path" ]]
if [[ -d $path ]]
then
cd "$path"
echo -e "Czyszczę cache w subskrybcji $subscription...\n"