From 73866e0349e1babcaef2f70f40af6e32e5b02986 Mon Sep 17 00:00:00 2001 From: Monocots Date: Wed, 30 Aug 2023 23:53:25 +0000 Subject: [PATCH] Fix path to pcu script in vty util --- modules/rhizo_base/templates/rccn-functions.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/templates/rccn-functions.sh.erb b/modules/rhizo_base/templates/rccn-functions.sh.erb index 704e2e2..83ae57d 100644 --- a/modules/rhizo_base/templates/rccn-functions.sh.erb +++ b/modules/rhizo_base/templates/rccn-functions.sh.erb @@ -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;