Skip to content

Commit

Permalink
Log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadManWalkingTO committed Mar 5, 2018
1 parent b052eb2 commit 0884497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ETHminerWatchDogDmW.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rem Don't echo to standard output
rem Set Localisation of Environment Variables
setlocal
rem Set version info
set V=1.8.9
set V=1.9.0
rem Switch to the batch file's directory
cd /d %~dp0
rem set codepage
Expand Down Expand Up @@ -61,7 +61,6 @@ rem ========== Initializing ==========
rem set loop to zero
set /A loopnum=0
set FileOut=RunTimes.log
echo. >> %FileOut%
echo ETHminerWatchDogDmW Version %V% >> %FileOut%

rem ========== Run Program ==========
Expand Down Expand Up @@ -157,6 +156,7 @@ rem ========== Error File Output ==========
echo %pISOdate% ETHminerWatchDogDmW has run %loopnum% times. >> %FileOut%
echo System Restart Required. Reboot Now (%pISOdate%). >> %FileOut%
echo. >> %FileOut%
echo. >> %FileOut%

rem ========== System Reboot ==========

Expand Down

0 comments on commit 0884497

Please sign in to comment.