Fix bash library path
parent
ccee9d70be
commit
beae38076a
|
@ -813,7 +813,7 @@ class OpengnsysGitLibrary:
|
|||
|
||||
with tempfile.NamedTemporaryFile(mode='w', delete=False) as temp_file:
|
||||
temp_file.write("#!/bin/bash\n")
|
||||
temp_file.write("for lib in /opt/oglive/rootfs/opt/opengnsys/lib/engine/bin/*.lib ; do\n")
|
||||
temp_file.write("for lib in /opt/opengnsys/client/lib/engine/bin/*.lib ; do\n")
|
||||
temp_file.write(" source $lib\n")
|
||||
temp_file.write("done\n")
|
||||
|
||||
|
|
Loading…
Reference in New Issue