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 0884497 commit e9afea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ETHminerWatchDogDmW.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#========== PreStart ==========

#Set version info
V=1.8.9
V=1.9.0

#========== Start ==========

Expand Down Expand Up @@ -47,7 +47,6 @@ setx GPU_SINGLE_ALLOC_PERCENT 100

loopnum=$((0))
FileOut=RunTimes.log
echo >> $FileOut
echo 'ETHminerWatchDogDmW Version '$V >> $FileOut

#========== Run Program ==========
Expand Down Expand Up @@ -104,6 +103,7 @@ echo
echo $pISOdate' ETHminerWatchDogDmW has run '$loopnum' times.' >> $FileOut
echo 'System Restart Required. Reboot Now ('$pISOdate').' >> $FileOut
echo >> $FileOut
echo >> $FileOut

#========== System Reboot ==========

Expand Down

0 comments on commit e9afea5

Please sign in to comment.