mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
Delete cache folder on upgrade
- Delete cache folder instead of calling clear cache command - Calling clear cache command had problems when there were updates to the autoload.
This commit is contained in:
parent
d27a96fa34
commit
53101bb4cf
2 changed files with 28 additions and 20 deletions
|
@ -6,6 +6,7 @@ services:
|
|||
public: false # Allows optimizing the container by removing unused services.
|
||||
bind:
|
||||
$projectDir: '%kernel.project_dir%'
|
||||
$cacheDir: '%kernel.cache_dir%'
|
||||
$upgradePackageDir: '%packages.upgrade.dir%'
|
||||
$legacyDir: '%legacy.dir%'
|
||||
$legacyPath: '%legacy.path%'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue