From ec2db72653485714af5b6cf6e5b73753e49e2e10 Mon Sep 17 00:00:00 2001 From: OSPanel <93676052+OSPanel@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:58:06 +0300 Subject: [PATCH] Update osp.bat --- system/templates/osp.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/templates/osp.bat b/system/templates/osp.bat index 47816515d..78f9a74de 100644 --- a/system/templates/osp.bat +++ b/system/templates/osp.bat @@ -391,7 +391,7 @@ if "%2"=="" goto eargument if not exist "{root_dir}\data\cli\project_%2.bat" set "OSP_ERR_MSG={lang_err_no_env_config} %2" & goto error set "OSP_TMP_CODEPAGE=%OSP_CODEPAGE%" set "OSP_TMP_ECHO_STATE=%OSP_ECHO_STATE%" -call "{root_dir}\data\cli\project_%2.bat" %2 %3 +"{root_dir}\data\cli\project_%2.bat" %2 %3 @if %ERRORLEVEL% gtr 0 @set "OSP_ERR_STATE=ON" @echo off chcp 65001 > nul