Skip to content

Commit

Permalink
Script Export
Browse files Browse the repository at this point in the history
Added limit to exit on error also
  • Loading branch information
LabtechConsulting committed Oct 6, 2015
1 parent a09fd7d commit dff85e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LT-ScriptExport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Function Log-Error{

#If $ExitGracefully = True then run Log-Finish and exit script
If ($ExitGracefully -eq $True){
Log-Finish -FullLogPath $FullLogPath
Log-Finish -FullLogPath $FullLogPath -Limit 50000
Breaåk
}
}
Expand Down

0 comments on commit dff85e4

Please sign in to comment.