diff --git a/MAC/APL/Appl_Controller/startBGL.sh b/MAC/APL/Appl_Controller/startBGL.sh
index e186d054d7c231dace2a9545267b170bdea0ee4b..bb9263b1fc1203b87f9fcb08d950c3d9e95797a7 100755
--- a/MAC/APL/Appl_Controller/startBGL.sh
+++ b/MAC/APL/Appl_Controller/startBGL.sh
@@ -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 &
diff --git a/RTCP/Run/src/locations.sh.in b/RTCP/Run/src/locations.sh.in
index 78a17fede0a265de5d29c4d68579f8b735650f98..06104765296f6743ca1ed14671b4b479a93931c8 100644
--- a/RTCP/Run/src/locations.sh.in
+++ b/RTCP/Run/src/locations.sh.in
@@ -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
diff --git a/RTCP/Run/src/watchlogs.sh b/RTCP/Run/src/watchlogs.sh
index 88e903b021dbc3019d1b18cb6887f0a03604052e..742efbf856bf7aabd384f02be433351795dc0f5d 100755
--- a/RTCP/Run/src/watchlogs.sh
+++ b/RTCP/Run/src/watchlogs.sh
@@ -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"