commit | eaeabad08ed1447b4c8d7aaf0cc1dc0f33f09cf3 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Feb 09 11:18:46 2015 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Feb 09 11:18:46 2015 -0800 |
tree | 0e38c2f27c2ac14cc7c1bfcb976c64d16b92949d | |
parent | 5de08766353f42a1a2d6c9833eb219ce2989ff66 [diff] [blame] |
eliminate remaining reference to /opt/planetstack from python files
diff --git a/planetstack/hpc_observer/start.sh b/planetstack/hpc_observer/start.sh index b4df9f5..c24ca3e 100644 --- a/planetstack/hpc_observer/start.sh +++ b/planetstack/hpc_observer/start.sh
@@ -1 +1,2 @@ -nohup python hpc-backend.py -C /opt/planetstack/hpc_observer/hpc_observer_config > /dev/null 2>&1 & +export XOS_DIR=/opt/xos +nohup python hpc-backend.py -C $XOS_DIR/hpc_observer/hpc_observer_config > /dev/null 2>&1 &