diff options
| -rwxr-xr-x | manager/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manager/bin/run.sh b/manager/bin/run.sh index 2a2babc..5403311 100755 --- a/manager/bin/run.sh +++ b/manager/bin/run.sh @@ -17,6 +17,6 @@ if [ -z "$NS" ]; then sleep 1 fi -LD_LIBRARY_PATH=../../io:../../common ./distrio_manager \ +LD_LIBRARY_PATH=../../io/lib:../../common ./distrio_manager \ -ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \ $@ |
