Skip to content
Snippets Groups Projects
Commit fd50172a authored by Marc-Antoine Drouin's avatar Marc-Antoine Drouin
Browse files

correct problem with path of conf file

parent 8447b2f1
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -29,6 +29,7 @@
#-------------
# 20161206 : MAD SIRTA Creation v1.00
# 20170220 : MAD SIRTA add configuration for P7. use submodule for raw2l1
# : v1.0.1 correct problem with path of configuration file
#
# SIRTA 2013
#==============================================================================
......@@ -99,14 +100,6 @@ DEBUG=0
VERSION=1
REP_SOURCES=$(dirname $(readlink -f $0))
# RAW2L1 needed path
PYTHON="/opt/python_envs/python2/bin/python"
RAW2L1=${REP_SOURCES}"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_CONF=${REP_SOURCES}"/"$fich_conf
RAW2L1_LOGS=${REP_SOURCES}"/logs/raw2l1.log"
NCKS="/usr/bin/ncks"
n=0
#------------------------------------------------------------------------------
......@@ -132,6 +125,14 @@ do
esac
done
# RAW2L1 needed path
PYTHON="/opt/python_envs/python2/bin/python"
RAW2L1=${REP_SOURCES}"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_CONF=${REP_SOURCES}"/"$fich_conf
RAW2L1_LOGS=${REP_SOURCES}"/logs/raw2l1.log"
NCKS="/usr/bin/ncks"
#------------------------------------------------------------------------------
# verification des parametres
#------------------------------------------------------------------------------
......
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