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

Task #2669: Create /opt/lofar/log/latest symlink again, this time pointing to...

Task #2669: Create /opt/lofar/log/latest symlink again, this time pointing to the directory with the latest parset
parent e3bffa6e
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@ source /opt/lofar/bin/locations.sh
mkdir -p `dirname $STORAGE_PARSET` &&
cp $IONPROC_PARSET $STORAGE_PARSET &&
# Make the /opt/lofar/log/latest symlink
(ln -sfT `dirname $STORAGE_PARSET` /opt/lofar/log/latest || true) &&
# Inject the parset into the correlator
/opt/lofar/bin/commandOLAP.py -P $PARTITION parset $IONPROC_PARSET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment