huntresslabs / deployment-scripts

RMM deployment scripts for Huntress
37 stars 33 forks source link

Fix deployment script to accept multiple [sc-136060] #88

Closed uttie-huntress closed 1 month ago

uttie-huntress commented 1 month ago

Problem

Effectively passing a multi word organization to the install script would break and only register the first word. This is due to shell quoting compounded by a script calling another script.

Fix

Testing

There are other files that also need to be update (Ninja, Kaseya, etc). I intend to follow up with another PR that will address those in a similar way

proof