Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xwu2git committed Aug 14, 2020
1 parent 8972fcf commit f622ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/tunnel/tunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
IFS=$(echo -en "\n\b")

mkdir -p ~/.ssh && chmod 700 ~/.ssh
cp -f /hostkey/known_hosts ~/.ssh
cp -f /etc/hostkey/known_hosts ~/.ssh

for env1 in $(env); do
value="$(echo $env1 | cut -f2 -d=)"
Expand Down

0 comments on commit f622ed2

Please sign in to comment.