Fix path
parent
5b525f07fa
commit
dab9244a95
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue