chore: Fix typo in service (#10670)
This commit is contained in:
parent
1d9ad5f605
commit
0d5ab7b13c
1 changed files with 2 additions and 2 deletions
|
|
@ -554,9 +554,9 @@ set "hostsFile=%SystemRoot%\System32\drivers\etc\hosts"
|
|||
if exist "%hostsFile%" (
|
||||
set "yt_found=0"
|
||||
>nul 2>&1 findstr /I "youtube.com" "%hostsFile%" && set "yt_found=1"
|
||||
>nul 2>&1 findstr /I "yotou.be" "%hostsFile%" && set "yt_found=1"
|
||||
>nul 2>&1 findstr /I "youtu.be" "%hostsFile%" && set "yt_found=1"
|
||||
if !yt_found!==1 (
|
||||
call :PrintYellow "[?] Your hosts file contains entries for youtube.com or yotou.be. This may cause problems with YouTube access"
|
||||
call :PrintYellow "[?] Your hosts file contains entries for youtube.com or youtu.be. This may cause problems with YouTube access"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue