Not only that, if you have something like this: """ output=$(some command) # output has "-e: option unknown" juju-log "$output" """
juju-log won't log the output, but an error of its own (since it doesn't know the -e option).
Not only that, if you have something like this:
"""
output=$(some command)
# output has "-e: option unknown"
juju-log "$output"
"""
juju-log won't log the output, but an error of its own (since it doesn't know the -e option).