|
@ -274,7 +274,7 @@ elif [ "${engine}" == "seriousengine35" ]; then |
|
|
|
|
|
|
|
|
# query port |
|
|
# query port |
|
|
if [ -f "${servercfgfullpath}" ]; then |
|
|
if [ -f "${servercfgfullpath}" ]; then |
|
|
queryport=$((${port} + 1)) |
|
|
queryport=$((port + 1)) |
|
|
fi |
|
|
fi |
|
|
if [ ! -n "${queryport}" ]; then |
|
|
if [ ! -n "${queryport}" ]; then |
|
|
queryport="0" |
|
|
queryport="0" |
|
|