Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Fixed Internet Check on non english systems
Browse files Browse the repository at this point in the history
Why are you not using an english OS, like seriously, French is my native
language and I'm running an English OS every day.
  • Loading branch information
gus33000 committed Apr 26, 2015
1 parent 38513bb commit ad2d880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decrypt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo ESD Decrypter / Converter to ISO - Based on the script by abbodi1406
echo Made with love by gus33000 - Copyright 2015 (c) gus33000 - Version 1.0
echo.
if not "%~1"=="/noupdate" (
PING -n 3 gus33000.github.io|find "Reply from " >NUL
PING -n 3 gus33000.github.io >NUL
IF ERRORLEVEL 1 echo [Info] No Internet Connection found, couldn't check for updates
IF NOT ERRORLEVEL 1 call :autoupdate %*
)
Expand Down

0 comments on commit ad2d880

Please sign in to comment.