Skip to content

Commit

Permalink
[*] add warning for existing pes user during installation, fixes #87 (
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub authored Oct 10, 2024
1 parent 44ad2ff commit 80e86cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ if($null -eq $out)
}
else
{
Write-Host "--- Patroni user '$userName' already exists ---`n" -ForegroundColor green
Write-Host "--- WARNING: Patroni user '$userName' already exists! ---" -ForegroundColor red
Write-Host "--- Please, set a correct password in 'patroni\patroni_service.xml'! ---`n" -ForegroundColor red
}

Write-Host "--- Installing Etcd service ---" -ForegroundColor blue
Expand Down

0 comments on commit 80e86cd

Please sign in to comment.