Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Silence del command in self-update process
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Feb 29, 2016
1 parent 46fc76f commit 5703e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/updated.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if %ERRORLEVEL%==0 (

rem Delete current executable
:retrydel
del /F "%~4"
del /F "%~4" >nul 2>&1
if exist "%~4" (
timeout /t 1 /nobreak >nul
goto :retrydel
Expand Down

0 comments on commit 5703e8a

Please sign in to comment.