Skip to content

Commit

Permalink
Update Wrapper.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Feb 25, 2018
1 parent a9043e9 commit 0606d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrapper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if ($ArgumentList -ne "") {$Command += " $ArgumentList"}
$PowerShell.AddScript("$Command 2>&1 | Write-Verbose -Verbose") | Out-Null
$Result = $PowerShell.BeginInvoke()

Write-Host "NemosMinerv2.5 Wrapper Started" -BackgroundColor Yellow -ForegroundColor Black
Write-Host "NemosMinerv2.5.1 Wrapper Started" -BackgroundColor Yellow -ForegroundColor Black

do {
Start-Sleep 1
Expand Down

0 comments on commit 0606d12

Please sign in to comment.