Skip to content

Commit 0a61d43

Browse files
author
eric-zhou
committed
添加转菊花效果
1 parent 6947793 commit 0a61d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ run() {
6363
$SSH -i $KEY_FILE -o UserKnownHostsFile="$KNOWN_HOSTS" \
6464
-g -NfR *:$port:*:22 [email protected]
6565

66-
# 停止转菊花
67-
kill $pid
68-
6966
messagebox 远程协助 "远程协助已开启,服务序号$port
7067
请在结束协助后点击结束退出远程协助。" 1 结束 "killall ssh"
68+
69+
# 停止转菊花
70+
kill $pid
7171
}
7272

7373
start() {

0 commit comments

Comments
 (0)