mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-15 13:56:42 +00:00
no need to write configuration file
This commit is contained in:
parent
e105c85b22
commit
b7bd251bc6
|
|
@ -52,12 +52,12 @@ class UploadextensionCommand extends Command
|
|||
$extmgr = $this->extmgr;
|
||||
|
||||
$output->writeln("<comment>Using configuration from '".$settings->_configFilePath."'.</comment>", OutputInterface::VERBOSITY_VERBOSE);
|
||||
|
||||
/*
|
||||
if (!is_writable($settings->_configFilePath)) {
|
||||
$output->writeln(sprintf("<error>The configuration file '%s' is not writable by the system user running this script.</error>", $settings->_configFilePath));
|
||||
return Command::FAILURE;
|
||||
}
|
||||
|
||||
*/
|
||||
if (!is_writable($settings->_cacheDir)) {
|
||||
$output->writeln(sprintf("<error>The cache dir '%s' is not writable for the system user running this script.</error>", $settings->_cacheDir));
|
||||
return Command::FAILURE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user