|
@@ -7,7 +7,7 @@ echo "####################### miscSearch starting ###########
|
|
|
echo
|
|
|
|
|
|
HOME=$(cd "$(dirname $0)"; pwd)
|
|
|
-echo "miscSearch.home = $HOME"
|
|
|
+echo "resin.home = $HOME"
|
|
|
cd $HOME
|
|
|
|
|
|
## use ../conf as config dir for online deployment(OP), use etc for development(RD)
|
|
@@ -21,7 +21,7 @@ ETC=$(cd "$conf"; pwd)
|
|
|
echo "config.dir = $ETC"
|
|
|
|
|
|
LIB=lib
|
|
|
-LOG_FILE=miscSearch.log
|
|
|
+LOG_FILE=resin.log
|
|
|
|
|
|
SEARCH_PORT_LINE=$(grep "search.port" $ETC/sys.properties)
|
|
|
SEARCH_PORT=${SEARCH_PORT_LINE##search.port=}
|