Fix path to pcu script in vty util
This commit is contained in:
parent
dc47d8a206
commit
73866e0349
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ vtps ()
|
|||
tmux split-window -t $pane -$split "vty $vty $*";
|
||||
done;
|
||||
tmux select-pane -t:.0;
|
||||
tmux send "b0 /usr/local/bin/pcu" C-m
|
||||
tmux send "b0 /bin/pcu" C-m
|
||||
tmux select-pane -t:.1;
|
||||
tmux send "show mm-context all" C-m
|
||||
tmux select-pane -t:.2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue