This commit is contained in:
2025-06-12 21:59:35 +05:00
parent 0248aa7422
commit b883f0f66d

View File

@@ -12,7 +12,6 @@ class GitPullController extends Controller
{ {
$result = Process::path(base_path())->run('sudo su; bash git_pull.sh'); $result = Process::path(base_path())->run('sudo su; bash git_pull.sh');
return $result->successful() ? '<pre>'.$result->output().'</pre>' : $result->errorOutput(); return $result->successful() ? '<pre>'.$result->output().'</pre>' : $result->errorOutput();
} }
} }