From 73f05aedc652ceb444fa7ffcb02dcd40e0d401d9 Mon Sep 17 00:00:00 2001 From: mp-loki Date: Thu, 28 Sep 2017 23:06:16 -0400 Subject: [PATCH] errorlevel check updated --- application/src/main/scripts/windows/install_dev_db.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/scripts/windows/install_dev_db.bat b/application/src/main/scripts/windows/install_dev_db.bat index efc3c9d3f7..6abc80fef1 100644 --- a/application/src/main/scripts/windows/install_dev_db.bat +++ b/application/src/main/scripts/windows/install_dev_db.bat @@ -21,7 +21,7 @@ java -cp %jarfile% -Dloader.main=org.thingsboard.server.ThingsboardInstallApplic -Dlogging.config=%BASE%\windows\install\logback.xml^ org.springframework.boot.loader.PropertiesLauncher -if NOT %errorlevel% == 0 ( +if errorlevel 1 ( @echo ThingsBoard DB installation failed! POPD exit /b %errorlevel%