mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update GitRepository.php
This commit is contained in:
parent
aa2c3d3ee8
commit
5db9264ded
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class GitRepository extends Model
|
||||||
shell_exec('mkdir -p ' . dirname($shellFile));
|
shell_exec('mkdir -p ' . dirname($shellFile));
|
||||||
shell_exec('chown '.$findHostingSubscription->system_username.':'.$findHostingSubscription->system_username.' -R ' . dirname(dirname($shellFile)));
|
shell_exec('chown '.$findHostingSubscription->system_username.':'.$findHostingSubscription->system_username.' -R ' . dirname(dirname($shellFile)));
|
||||||
|
|
||||||
$shellContent = view('actions.git.clone-repo', [
|
$shellContent = view('actions.git.clone-repo-user', [
|
||||||
'gitProvider' => $gitSSHUrl['provider'],
|
'gitProvider' => $gitSSHUrl['provider'],
|
||||||
'systemUsername' => $findHostingSubscription->system_username,
|
'systemUsername' => $findHostingSubscription->system_username,
|
||||||
'gitRepositoryId' => $this->id,
|
'gitRepositoryId' => $this->id,
|
||||||
|
|
Loading…
Reference in a new issue