We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/install.ps1
1 parent a4f9449 commit f02c610Copy full SHA for f02c610
src/install.ps1
@@ -19,7 +19,6 @@ $SecurePassword = ConvertTo-SecureString $Password -AsPlainText -Force
19
New-LocalUser "pes" -Password $SecurePassword -Description "Patroni service account"
20
$ConfFile = 'patroni\patroni_service.xml'
21
(Get-Content $ConfFile) -replace '12345', $Password | Out-File -encoding ASCII $ConfFile
22
-Write-Host "User password: $Password"
23
Write-Host "--- Patroni user added ---`n" -ForegroundColor green
24
25
Write-Host "--- Installation sucessfully finished ---" -ForegroundColor green
0 commit comments