Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix125 authored May 8, 2019
1 parent 4df1d2a commit a6c6f87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AtlasServerUpdateUtility.au3
Original file line number Diff line number Diff line change
Expand Up @@ -3456,14 +3456,16 @@ Func _ConfigCheckForDuplicates($tArray, $tParameter)
If UBound($aArray) > 0 Then
;Local $tTxt = "WARNING!!! There are duplicate entries in your " & $aConfigFile & " file." & @CRLF & "The following list contains a separate entry [Paramater:Duplicate] for each duplicate." & @CRLF & @CRLF
For $i = 0 To (UBound($aArray) - 1)
$tTxt &= $tParameter & ":" & $aArray[$i] & @CRLF
If $aArray[$i] <> "" Then
$tTxt &= $tParameter & ":" & $aArray[$i] & @CRLF
$aDupError = True
EndIf
Next
; $tTxt &= @CRLF & "Click (OK) to exit util."
; SplashOff()
; MsgBox($MB_OK, $aUtilName, $tTxt)
; Run("notepad.exe " & $aConfigFull)
; Exit
$aDupError = True
EndIf
Return $tTxt
EndFunc ;==>_ConfigCheckForDuplicates
Expand Down
Binary file modified AtlasServerUpdateUtility.zip
Binary file not shown.
Binary file modified AtlasServerUpdateUtilityBeta.zip
Binary file not shown.

0 comments on commit a6c6f87

Please sign in to comment.