Fix path to pcu script in vty util

This commit is contained in:
Monocots 2023-08-30 23:53:25 +00:00
parent dc47d8a206
commit 73866e0349

View file

@ -146,7 +146,7 @@ vtps ()
tmux split-window -t $pane -$split "vty $vty $*"; tmux split-window -t $pane -$split "vty $vty $*";
done; done;
tmux select-pane -t:.0; 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 select-pane -t:.1;
tmux send "show mm-context all" C-m tmux send "show mm-context all" C-m
tmux select-pane -t:.2; tmux select-pane -t:.2;