added small fixes

This commit is contained in:
Daniel Sosnowski
2025-12-04 15:44:06 +01:00
parent 70b0663e75
commit 2a23ffcce5

View File

@@ -19,7 +19,7 @@ then
for subscription in "${subscriptionList[@]}" for subscription in "${subscriptionList[@]}"
do do
for path in "$subscription/httpdocs/shopsystem/application/cache/boxes"* "$subscription/httpdocs/shopsystem/appcation/cache/smarty_compiled" for path in "$subscription/httpdocs/shopsystem/application/cache/boxes" "$subscription/httpdocs/shopsystem/application/cache/smarty_compiled"
do do
if [[ -d $path ]] if [[ -d $path ]]