commit | 35e98cb413a40bec9c127f4e4396e09b2beb6f4c | [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 | 75e148af9cc6493b976baa5f9d2560285ab31fde [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