3.1.RC1
renabled remove dir
This commit is contained in:
parent
1c674e5e67
commit
d5b95f542b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if (isset($argv[1]) && $argv[1] === '--install') {
|
|||
}
|
||||
|
||||
if (file_exists(__DIR__.'/../install') && (!isset($config['debug']) || !$config['debug'])) {
|
||||
//removeDirectory(__DIR__.'/../install');
|
||||
removeDirectory(__DIR__.'/../install');
|
||||
}
|
||||
|
||||
echo 'If you are upgrading from a previous version, please run a "php bin\clean".'.PHP_EOL;
|
||||
|
|
Loading…
Add table
Reference in a new issue