Commit 87b7f4ee authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6171 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c2c68a47
...@@ -68,6 +68,7 @@ cd $THIS_SCRIPT_PATH ...@@ -68,6 +68,7 @@ cd $THIS_SCRIPT_PATH
####################################################### #######################################################
DEFAULT_CONFIG_FILE="enb.`hostname -s`.conf" DEFAULT_CONFIG_FILE="enb.`hostname -s`.conf"
CONFIG_FILE_ENB=${1:-DEFAULT_CONFIG_FILE} CONFIG_FILE_ENB=${1:-DEFAULT_CONFIG_FILE}
CONFIG_FILE_ENB=`readlink -m $CONFIG_FILE_ENB`
echo "CONFIG_FILE_ENB=$CONFIG_FILE_ENB" echo "CONFIG_FILE_ENB=$CONFIG_FILE_ENB"
if [ -f $CONFIG_FILE_ENB ]; then if [ -f $CONFIG_FILE_ENB ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment