Skip to content

Commit 131155e

Browse files
authored
Merge pull request #594 from xwu2git/master
fix typo
2 parents 8972fcf + f622ed2 commit 131155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: deployment/tunnel/tunnel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IFS=$(echo -en "\n\b")
44

55
mkdir -p ~/.ssh && chmod 700 ~/.ssh
6-
cp -f /hostkey/known_hosts ~/.ssh
6+
cp -f /etc/hostkey/known_hosts ~/.ssh
77

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

0 commit comments

Comments
 (0)