diff --git a/clearCache.sh b/clearCache.sh index fcf1f55..5069f21 100644 --- a/clearCache.sh +++ b/clearCache.sh @@ -19,7 +19,7 @@ then for subscription in "${subscriptionList[@]}" 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 if [[ -d $path ]]