Skip to content
Snippets Groups Projects
Commit eccf9517 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2800: corrected some paths

parent 83bc2930
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,4 @@ echo "OLAP.IONProc.PLC_controlled = T"
) >> $PARSET
# Inject the parset into the correlator
$BINPATH/runParset.py -P $PARTITION parset=$PARSET >>/opt/lofar/log/run.runParset.py.log 2>&1 &
/opt/lofar/bin/runParset.py -P $PARTITION parset=$PARSET >>/opt/lofar/log/run.runParset.py.log 2>&1 &
......@@ -8,8 +8,8 @@ if isproduction
then
ISPRODUCTION=1
CNPROC=$HOME/production/lofar/bgpcn_opt/bin/CN_Processing
IONPROC=$HOME/production/lofar/bgpion_opt/bin/ION_Processing
CNPROC=$HOME/production/lofar/bgp_cn/bin/CN_Processing
IONPROC=$HOME/production/lofar/bgp_ion/bin/ION_Processing
ETCDIR=/opt/lofar/etc
LOGDIR=$HOME/log/L$TIMESTAMP
......
......@@ -13,8 +13,8 @@ PATH=$PATH:/globalhome/broekema/bin
function set_logdir {
LOGDIR=$1
CNPROC=$LOGDIR/run.CNProc.log
IONPROC=$LOGDIR/run.IONProc.log
CNPROC=$LOGDIR/CNProc.log
IONPROC=$LOGDIR/IONProc.log
}
for d in . "$HOME/production/lofar/bgfen/log/latest" "$HOME/log/latest" "$HOME/projects/LOFAR/log"
......
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