a couple little fixeridos to the omni manager

This commit is contained in:
Wryn (yage) Wagner 2024-04-13 17:57:56 -06:00
parent b395d0e339
commit 0a992dae3e
2 changed files with 2 additions and 1 deletions

View File

@ -139,5 +139,6 @@ MAIN() {
;; ;;
esac esac
DEBUG "ssh ${SSH_ARGS[@]} $CONNECTION_STRING \"$REMOTE_COMMAND\""
ssh ${SSH_ARGS[@]} $CONNECTION_STRING "$REMOTE_COMMAND" ssh ${SSH_ARGS[@]} $CONNECTION_STRING "$REMOTE_COMMAND"
} }

View File

@ -45,7 +45,7 @@ MAIN() {
split-window "sleep 3; TMUX= tmux -L $OMNI_SOCKET a -t=omni-manager" \; \ split-window "sleep 3; TMUX= tmux -L $OMNI_SOCKET a -t=omni-manager" \; \
move-window -t 99 \; move-window -t 99 \;
OMNI_TMUX new -d -s omni-manager "$SCWRYPTS_ROOT__remote/omni/manager" OMNI_TMUX new -d -s omni-manager "$SCWRYPTS_ROOT__remote/tmux/manager"
} }
STATUS 'connecting to omni server' STATUS 'connecting to omni server'