mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
c8e8f4671f
commit
ff133b7e9d
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ class Domain extends Model
|
|||
shell_exec('chmod -R 0711 '.$this->domain_root);
|
||||
shell_exec('chmod -R 775 '.$this->domain_public);
|
||||
|
||||
if (!is_dir('/var/log/phyre/domains/')) {
|
||||
shell_exec('mkdir -p /var/log/phyre/domains/');
|
||||
}
|
||||
|
||||
$appType = 'php';
|
||||
$appVersion = '8.3';
|
||||
|
||||
|
|
Loading…
Reference in a new issue