oggit
Vadim vtroshchinskiy 2025-06-06 10:15:45 +02:00
parent 5b525f07fa
commit dab9244a95
1 changed files with 2 additions and 2 deletions

View File

@ -2345,8 +2345,8 @@ def _load_installer():
script_dir = os.path.dirname(os.path.realpath(__file__)) script_dir = os.path.dirname(os.path.realpath(__file__))
system_bin_path = '/opt/opengnsys/oggit/bin/' system_bin_path = '/opt/opengnsys/ogrepository/oggit/bin/'
system_lib_path = '/opt/opengnsys/oggit/lib/' system_lib_path = '/opt/opengnsys/ogrepository/oggit/lib/'
devel_lib_path = os.path.join(script_dir, "../../oggit/installer") devel_lib_path = os.path.join(script_dir, "../../oggit/installer")
if devel_lib_path not in sys.path and os.path.isdir(devel_lib_path): if devel_lib_path not in sys.path and os.path.isdir(devel_lib_path):