소스 검색

[CI SKIP]

stone 3 년 전
부모
커밋
bab0632718
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      start.sh

+ 2 - 2
start.sh

@@ -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=}