Commit 33c101f4 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6151 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e0151733
...@@ -125,8 +125,9 @@ cd $THIS_SCRIPT_PATH ...@@ -125,8 +125,9 @@ cd $THIS_SCRIPT_PATH
####################################################### #######################################################
# FIND CONFIG FILE # FIND CONFIG FILE
####################################################### #######################################################
SEARCHED_CONFIG_FILE_EPC="epc*.conf" SEARCHED_CONFIG_FILE_EPC="epc.`hostname -s`.conf"
CONFIG_FILE_EPC=`find $CONFIG_FILE_DIR -iname $SEARCHED_CONFIG_FILE_EPC` CONFIG_FILE_EPC=`find $CONFIG_FILE_DIR -iname $SEARCHED_CONFIG_FILE_EPC`
echo "CONFIG_FILE_EPC=$CONFIG_FILE_EPC"
if [ -f $CONFIG_FILE_EPC ]; then if [ -f $CONFIG_FILE_EPC ]; then
echo_warning "EPC config file found is now $CONFIG_FILE_EPC" echo_warning "EPC config file found is now $CONFIG_FILE_EPC"
else else
......
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