diff --git a/web/Modules/Microweber/App/Console/Commands/ReinstallMicroweberInstallations.php b/web/Modules/Microweber/App/Console/Commands/ReinstallMicroweberInstallations.php index 1ead049..d3e0ff0 100644 --- a/web/Modules/Microweber/App/Console/Commands/ReinstallMicroweberInstallations.php +++ b/web/Modules/Microweber/App/Console/Commands/ReinstallMicroweberInstallations.php @@ -32,6 +32,9 @@ class ReinstallMicroweberInstallations extends Command public function handle() { + $sharedServerScriptsPath = '/usr/local/phyre/web/vendor/microweber-packages/shared-server-scripts/shell-scripts/'; + shell_exec('chmod +x ' . $sharedServerScriptsPath . 'chown_installed_app.sh'); + $updateWhitelabel = new UpdateWhitelabelToWebsites(); $updateWhitelabel->handle();