From 0e030a6445dc7777a05c5c793a09ef15a3d34017 Mon Sep 17 00:00:00 2001 From: OSPanel <93676052+OSPanel@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:37:36 +0300 Subject: [PATCH] Update project.bat --- system/templates/project.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/templates/project.bat b/system/templates/project.bat index 7809a3f7f..f43c02bee 100644 --- a/system/templates/project.bat +++ b/system/templates/project.bat @@ -8,6 +8,6 @@ if not %ERRORLEVEL% gtr 0 if defined OSP_TMP_CODEPAGE chcp %OSP_TMP_CODEPAGE% > if not %ERRORLEVEL% gtr 0 if /i "%2"=="start" goto start goto end :start -{project_command} +{start_command} :end exit /b %ERRORLEVEL%