mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
Update ReinstallMicroweberInstallations.php
This commit is contained in:
parent
cc513faf36
commit
7126c143e8
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue