Fix more discovered issues

This commit is contained in:
DariusIII
2020-03-22 22:45:48 +01:00
parent 5bca7d97e3
commit 478b0877db
4 changed files with 5 additions and 5 deletions
@@ -782,7 +782,7 @@ class ProcessAdditional
protected function _createTempFolder(): bool
{
// Per release defaults.
$this->tmpPath = $this->_mainTmpPath.$this->_release->guid.DS;
$this->tmpPath = $this->_mainTmpPath.$this->_release->guid.'/';
if (! File::isDirectory($this->tmpPath)) {
if (! File::makeDirectory($this->tmpPath, 0777, true, false) && ! File::isDirectory($this->tmpPath)) {
$this->_echo('Unable to create directory: '.$this->tmpPath, 'warning');