Skip to content

Commit

Permalink
Update ReinstallMicroweberInstallations.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Oct 8, 2024
1 parent cc513fa commit 7126c14
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 7126c14

Please sign in to comment.