mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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);
|
||||
}
|
||||
|
||||
|
||||
/* .git MUST be owned/writable by the webserver user */
|
||||
$repo = new GitRepository(base_path());
|
||||
|
||||
$res = $repo->pull();
|
||||
|
Loading…
Reference in New Issue
Block a user