Update ReinstallMicroweberInstallations.php

This commit is contained in:
Bozhidar 2024-10-08 16:12:33 +03:00
parent cc513faf36
commit 7126c143e8

View file

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