2.7.0-SNAPSHOT
This commit is contained in:
9
bin/restart.cmd
Normal file
9
bin/restart.cmd
Normal file
@@ -0,0 +1,9 @@
|
||||
@ECHO OFF
|
||||
|
||||
SET APP_HOME=%~dp0
|
||||
|
||||
IF NOT EXIST "%APP_HOME%\conf\application.xml" SET APP_HOME=%~dp0..
|
||||
|
||||
call "%APP_HOME%\bin\shutdown.cmd"
|
||||
|
||||
call "%APP_HOME%\bin\start.cmd"
|
||||
Reference in New Issue
Block a user