From a109a1228c3cfb7e5657ded1542cc166aea48505 Mon Sep 17 00:00:00 2001 From: John ODonnell Date: Tue, 21 May 2024 08:54:31 -0400 Subject: [PATCH] Dev env: remove hostname call in CLI container --- dev/start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/start.sh b/dev/start.sh index 5bf83d9d..70f6ef63 100755 --- a/dev/start.sh +++ b/dev/start.sh @@ -104,7 +104,6 @@ function deploy_conjur_enterprise { echo y | conjur init -u ${CONJUR_APPLIANCE_URL} -a ${CONJUR_ACCOUNT} --force --self-signed fi conjur login -i admin -p MySecretP@ss1 - hostname -i " # get admin credentials