Fix repo paths for forgejo
parent
beae38076a
commit
3381fee65d
|
@ -265,8 +265,8 @@ class OpengnsysGitLibrary:
|
||||||
|
|
||||||
#self.repo_server = "192.168.2.1"
|
#self.repo_server = "192.168.2.1"
|
||||||
self.mounts = self._parse_mounts()
|
self.mounts = self._parse_mounts()
|
||||||
self.repo_user = "opengnsys"
|
self.repo_user = "oggit"
|
||||||
self.repo_image_path = "/opt/opengnsys/images"
|
self.repo_image_path = "oggit"
|
||||||
self.ntfs_implementation = ntfs_implementation
|
self.ntfs_implementation = ntfs_implementation
|
||||||
|
|
||||||
self.cache_dir = self._runBashFunction("ogMountCache", [])
|
self.cache_dir = self._runBashFunction("ogMountCache", [])
|
||||||
|
|
Loading…
Reference in New Issue