What's the proper way to do a hostname change in TimedExecute? I always just end up with the first word of the name I want.
Running command with spaces in value?Solved
Use escaped quotation marks per JSON.
"server.hostname \"Hello world\""
"server.hostname \"Hello world\""
Thank you, I thought backward slashes were only for \n
Locked automatically