You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/06/26 13:36:03 UTC

[shardingsphere-elasticjob-lite] branch master updated: Fixed start script for Windows (#844)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new 363997a  Fixed start script for Windows (#844)
363997a is described below

commit 363997a536bd6e8fbdc03aa4b2c5b8d81b756419
Author: 吴伟杰 <ro...@me.com>
AuthorDate: Fri Jun 26 21:35:52 2020 +0800

    Fixed start script for Windows (#844)
    
    * Remove JDBC driver dependency for elastic-job-lite-console (#841)
    
    * Add doc for "Remove JDBC driver dependency for elastic-job-lite-console" (#841)
    
    * Updated start script (#841)
    
    * Fixed start script for Windows.
---
 elastic-job-lite-console/src/main/resources/bin/start.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elastic-job-lite-console/src/main/resources/bin/start.bat b/elastic-job-lite-console/src/main/resources/bin/start.bat
index 3795de6..2edc9a9 100644
--- a/elastic-job-lite-console/src/main/resources/bin/start.bat
+++ b/elastic-job-lite-console/src/main/resources/bin/start.bat
@@ -13,7 +13,7 @@ set PORT=%1
 :doStart
 set CFG_DIR=%~dp0%..
 set CLASSPATH=%CFG_DIR%
-set CLASSPATH=%~dp0..\lib\*;%~dp0..\ext-lib\*;CLASSPATH%
+set CLASSPATH=%~dp0..\lib\*;%~dp0..\ext-lib\*;%CLASSPATH%
 set CONSOLE_MAIN=org.apache.shardingsphere.elasticjob.lite.console.ConsoleBootstrap
 echo on
 if ""%PORT%"" == """" set PORT=8899