Skip to content

Commit

Permalink
rmove extra double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Oct 12, 2023
1 parent 47be63d commit d14818b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions offline/cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function cleanup {
trap cleanup EXIT
(cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform init ; terraform apply -auto-approve )
adminhost=$(cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform output adminhost)
adminhost="${adminhost//\"/}"
ssh_private_key=$(cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform output ssh_private_key)

eval `ssh-agent`
Expand Down

0 comments on commit d14818b

Please sign in to comment.