Skip to content

Commit

Permalink
Merge pull request #594 from xwu2git/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
xwu2git authored Aug 14, 2020
2 parents 8972fcf + f622ed2 commit 131155e
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 131155e

Please sign in to comment.