Skip to content

Commit

Permalink
Update PHPInstaller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Dec 9, 2024
1 parent 1259773 commit 9706b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/Installers/Server/Applications/PHPInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function install()
file_put_contents('/tmp/php-installer.sh', $shellFileContent);
shell_exec('chmod +x /tmp/php-installer.sh');

shell_exec('bash /tmp/php-installer.sh >> ' . $this->logFilePath . ' &');
shell_exec('sudo bash /tmp/php-installer.sh >> ' . $this->logFilePath . ' &');

}

Expand Down

0 comments on commit 9706b3d

Please sign in to comment.