Skip to content

Commit

Permalink
Update set-name.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwhirsch authored Jan 14, 2017
1 parent d42b1e8 commit 53cda82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set-name.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function RN_CheckName {

Write-Host "[Log Step] Checking for updated name"

$SecurePasswordKey = "report secure password" # K1000 password for MySQL report user
$SecurePasswordKey = "report secure password" # K1000 password for MySQL report user or other read-only user
$key = (3,4,17,28,56,34,254,223,28,53,29,23,42,54,33,233,7,2,2,28,6,7,54,43)
$SecurePassword = ConvertTo-SecureString -String $SecurePasswordKey -Key $key
$un = "report"
Expand Down Expand Up @@ -82,4 +82,4 @@ function RN_Init{
if($PowershellVersion -ge "4"){ RN_CheckName; }else{ Write-Host "[ERROR !!!!!!!!] Script requires Powershell 4 to run"; }
}

RN_Init;
RN_Init;

0 comments on commit 53cda82

Please sign in to comment.