a couple little fixeridos to the omni manager

This commit is contained in:
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
DEBUG "ssh ${SSH_ARGS[@]} $CONNECTION_STRING \"$REMOTE_COMMAND\""
ssh ${SSH_ARGS[@]} $CONNECTION_STRING "$REMOTE_COMMAND"
}