mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Documentation for self updater (#3744)
This commit is contained in:
parent
3e77612210
commit
c49264df1f
@ -67,7 +67,7 @@ class SelfUpdateController extends BaseController
|
|||||||
return response()->json(['message' => 'Self update not available on this system.'], 403);
|
return response()->json(['message' => 'Self update not available on this system.'], 403);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .git MUST be owned/writable by the webserver user */
|
||||||
$repo = new GitRepository(base_path());
|
$repo = new GitRepository(base_path());
|
||||||
|
|
||||||
$res = $repo->pull();
|
$res = $repo->pull();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user