commit | 81b6b75568473198bc65c26b5e35ed27f7db5df5 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Oct 06 15:07:05 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Oct 06 15:07:05 2015 -0700 |
tree | d356d03925412c624ef217efff025198e00704cc | |
parent | 70f56ced69820ba96221bd29c88c6677b2e6c2a8 [diff] |
fix run.sh was pointing to the hpc observer
diff --git a/xos/observers/hello_world/run.sh b/xos/observers/hello_world/run.sh index f77d751..1107a7a 100755 --- a/xos/observers/hello_world/run.sh +++ b/xos/observers/hello_world/run.sh
@@ -3,4 +3,4 @@ #fi export XOS_DIR=/opt/xos -python hpc-observer.py -C $XOS_DIR/observers/hpc/hpc_observer_config +python helloworld-observer.py -C $XOS_DIR/observers/hello_world/helloworld_config