Fix repo paths for forgejo

fixes
Vadim vtroshchinskiy 2024-10-30 16:22:13 +01:00
parent beae38076a
commit 3381fee65d
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ class OpengnsysGitLibrary:
#self.repo_server = "192.168.2.1"
self.mounts = self._parse_mounts()
self.repo_user = "opengnsys"
self.repo_image_path = "/opt/opengnsys/images"
self.repo_user = "oggit"
self.repo_image_path = "oggit"
self.ntfs_implementation = ntfs_implementation
self.cache_dir = self._runBashFunction("ogMountCache", [])