|
|
@ -5,7 +5,7 @@ |
|
|
|
# Version: 100715 |
|
|
|
|
|
|
|
# Description: Gets specific details from config files. |
|
|
|
if [ -e ${servercfgfullpath} ]; then |
|
|
|
if [ -e "${servercfgfullpath}" ]; then |
|
|
|
if [ "${engine}" == "avalanche" ]; then |
|
|
|
servername=$(grep -s Name "${servercfgfullpath}"|sed 's/Name//g'|tr -d '=\"; '|sed 's/,//g') |
|
|
|
|
|
|
|