Skip to content

Commit 2acf250

Browse files
committed
Update osp.bat
1 parent 3d2d577 commit 2acf250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/templates/osp.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ if /i "%1"=="tasks" goto request
131131
if /i "%1"=="use" goto env_set
132132
if /i "%1"=="-v" (
133133
echo:
134-
echo {lang_version_info}: Open Server Panel v%OSP_VERSION% x64 {osp_version_datetime}
134+
echo {lang_version_info}: Open Server Panel v%OSP_VERSION% x64
135135
goto end
136136
)
137137
if /i "%1"=="version" (
138138
echo:
139-
echo {lang_version_info}: Open Server Panel v%OSP_VERSION% x64 {osp_version_datetime}
139+
echo {lang_version_info}: Open Server Panel v%OSP_VERSION% x64
140140
goto end
141141
)
142142

0 commit comments

Comments
 (0)