From 978ee3a47cad8d1923380677de269166e22d8bf1 Mon Sep 17 00:00:00 2001 From: cbrand Date: Thu, 30 Mar 2023 23:46:40 -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 aec9cda..476a44f 100644 --- a/runldap2pg.ps1 +++ b/runldap2pg.ps1 @@ -1,5 +1,5 @@ Write-Host "Going to run ldap2pg.yml" -su postgres +sudo su postgres whoami \ No newline at end of file