added small fixes
This commit is contained in:
@@ -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 ]]
|
||||
|
||||
Reference in New Issue
Block a user