From cd5257a3213f3989a79af7dc59035d3c3c4082b7 Mon Sep 17 00:00:00 2001 From: cbrand Date: Thu, 30 Mar 2023 23:51:05 -0700 Subject: [PATCH] Update 'runldap2pg.ps1' --- runldap2pg.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runldap2pg.ps1 b/runldap2pg.ps1 index 476a44f..9057493 100644 --- a/runldap2pg.ps1 +++ b/runldap2pg.ps1 @@ -1,5 +1,5 @@ Write-Host "Going to run ldap2pg.yml" -sudo su postgres +sudo -u postgres whoami whoami \ No newline at end of file