Good morning folks,
I am currently writing a small script for easier deployment of agents and satellites within our intranet and stumbled across a small problem regarding our API-passwords, which contain a lot of special characters such as ‘$’ (which needs to be escaped with another ‘$’).
When correcting this, I thought about other characters which might need to be escaped, but could not find any information in the documentation.
Are there other characters I need to take care of when writing to config files?
Best regards,
Daniel