stone 3 жил өмнө
parent
commit
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=}