Update Version.php
This commit is contained in:
parent
d550056492
commit
d63d25c4f3
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ class Version extends Page
|
|||
ShellApi::exec('chmod 777 ' . $sharedAppPath);
|
||||
|
||||
$shellPath = '/usr/local/phyre/web/vendor/microweber-packages/shared-server-scripts/shell-scripts';
|
||||
|
||||
ShellApi::exec('chmod +x ' . $shellPath . '/.*');
|
||||
|
||||
ShellApi::exec('chmod +x ' . $shellPath . '/*');
|
||||
|
||||
if (!is_dir(dirname($sharedAppPath))) {
|
||||
mkdir(dirname($sharedAppPath));
|
||||
|
|
Loading…
Reference in a new issue