mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update ReinstallMicroweberInstallations.php
This commit is contained in:
parent
be2163a9cf
commit
323c8e066f
1 changed files with 1 additions and 8 deletions
|
@ -45,14 +45,7 @@ class ReinstallMicroweberInstallations extends Command
|
|||
continue;
|
||||
}
|
||||
|
||||
$this->info('Repair domain: ' . $domain->domain);
|
||||
|
||||
dump([
|
||||
'sourcePath' => config('microweber.sharedPaths.app'),
|
||||
'domain_username' => $findHostingSubscription->system_username,
|
||||
'installation_path' => $mwInstallation->installation_path,
|
||||
]);
|
||||
continue;
|
||||
//$this->info('Repair domain: ' . $domain->domain);
|
||||
|
||||
$microweberReinstall = new MicroweberReinstaller();
|
||||
$microweberReinstall->setSymlinkInstallation();
|
||||
|
|
Loading…
Reference in a new issue