Skip to content
Snippets Groups Projects
Verified Commit 520a2dab authored by David Hoese's avatar David Hoese
Browse files

Fix tower influxdb script name in starter script

parent 05f978e0
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ SCRN=$(screen -list | grep $NAME | awk '{print $1}')
if [ -n "$SCRN" ]; then
echo Screen already running: $SCRN
else
screen -S $NAME -d -m $PYENV/bin/python -m aosstower.l00.influxdb --host metobs01.ssec.wisc.edu -vvv --ldmp RIGTower
screen -S $NAME -d -m $PYENV/bin/python -m aosstower.level_00.influxdb --host metobs01.ssec.wisc.edu -vvv --ldmp RIGTower
#screen -S $NAME -d -m "$PYENV/bin/python -m aosstower.l00.influxdb --host metobs01.ssec.wisc.edu -vvv -t $SRC > /home/metobs/log/${NAME}.log"
echo Started in screen $(screen -list | grep $NAME | awk '{print $1}')
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment