Update Version.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-03 19:02:42 +03:00
parent d550056492
commit d63d25c4f3

View file

@ -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));