-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
eric-zhou
committed
Oct 30, 2014
1 parent
6947793
commit 0a61d43
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,11 +63,11 @@ run() { | |
$SSH -i $KEY_FILE -o UserKnownHostsFile="$KNOWN_HOSTS" \ | ||
-g -NfR *:$port:*:22 [email protected] | ||
|
||
# 停止转菊花 | ||
kill $pid | ||
|
||
messagebox 远程协助 "远程协助已开启,服务序号$port。 | ||
请在结束协助后点击结束退出远程协助。" 1 结束 "killall ssh" | ||
|
||
# 停止转菊花 | ||
kill $pid | ||
} | ||
|
||
start() { | ||
|