From 5d615cc63b2cd611ba0a8097fb964c027a2ae51d Mon Sep 17 00:00:00 2001 From: OSPanel <93676052+OSPanel@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:27:55 +0300 Subject: [PATCH] Update osp.bat --- system/templates/osp.bat | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/system/templates/osp.bat b/system/templates/osp.bat index 130ae4946..b61df1c62 100644 --- a/system/templates/osp.bat +++ b/system/templates/osp.bat @@ -343,13 +343,7 @@ goto end :: INIT/ON/OFF/RESTART/STATUS :: ----------------------------------------------------------------------------------- :mod_cmd -if "%1"=="status" if "%2"=="" "{root_dir}\system\bin\curl.exe" -f -s {cmd_api_url}/tasks -if "%1"=="status" if "%2"=="" if %ERRORLEVEL% gtr 0 goto error -if "%1"=="status" if "%2"=="" "{root_dir}\system\bin\curl.exe" -f -s {cmd_api_url}/domains -if "%1"=="status" if "%2"=="" if %ERRORLEVEL% gtr 0 goto error -if "%1"=="status" if "%2"=="" "{root_dir}\system\bin\curl.exe" -f -s {cmd_api_url}/addons -if "%1"=="status" if "%2"=="" if %ERRORLEVEL% gtr 0 goto error -if "%1"=="status" if "%2"=="" "{root_dir}\system\bin\curl.exe" -f -s {cmd_api_url}/modules +if "%1"=="status" if "%2"=="" "{root_dir}\system\bin\curl.exe" -f -s {cmd_api_url}/all if "%1"=="status" if "%2"=="" if %ERRORLEVEL% gtr 0 goto error if "%1"=="status" if "%2"=="" goto end if "%2"=="" goto eargument