fixed: iss [base] redis
This commit is contained in:
parent
ec815836fa
commit
fc9108689f
@ -1,11 +1,11 @@
|
|||||||
@echo on
|
@echo off
|
||||||
chcp 65001 >nul
|
chcp 65001 >nul
|
||||||
tital Install Redis Server
|
tital Install Redis Server
|
||||||
|
|
||||||
:: 检查是否以管理员身份运行
|
:: 检查是否以管理员身份运行
|
||||||
net session >nul 2>&1
|
net session >nul 2>&1
|
||||||
if %errorLevel% neq 0 (
|
if %errorLevel% neq 0 (
|
||||||
echo 请使用管理员身份运行此脚本!
|
echo Please run this script as Administrator!
|
||||||
pause
|
pause
|
||||||
exit /b 1
|
exit /b 1
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user