The issue turned out to be in how the config change template was formatted. There is no whitespace deletion that occurs after the "CLI" function is called. As such, because of how my script was formatted to preserve the indentation, every single space was being seen as CLI input. Removing all the indentation after the CLI call fixed the problem. Derp.
↧