From 704614e4f8484339cc5aab52461f759e40e01674 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Jun 2019 18:07:29 -0300 Subject: Remove unused $PUBLIC_KEY_ONLY Thanks ShellCheck. --- scripts/ci/setup.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/ci/setup.sh') diff --git a/scripts/ci/setup.sh b/scripts/ci/setup.sh index b23b48f..3423cd8 100755 --- a/scripts/ci/setup.sh +++ b/scripts/ci/setup.sh @@ -33,7 +33,6 @@ export SSH_SERVER_PUBLIC_KEY # https://stackoverflow.com/questions/24963705/is-there-an-escape-character-for-envsubst export DOLLAR='$' -PUBLIC_KEY_ONLY="$(awk '{print $2}' < ./secrets/ssh/vps-box-server.pub)" echo "${TLD},${PINNED_IP} ssh-rsa $(echo $SSH_SERVER_PUBLIC_KEY | awk '{print $2}')" > ./generated-known-hosts.txt envsubst < ./ssh.env.conf >> ~/.ssh/config envsubst < ./hosts.env > ./hosts -- cgit v1.2.3