Try putting the command "env" in a Scalr Script and see if the new-lines are really cut.
If you use "echo" to print the variable, make sure that you use "echo -e" to enable new-line conversion. On Tue, Oct 11, 2016 at 4:07 AM, Ben West <[email protected]> wrote: > I'm curious if there is a way to preserve '\n' line returns in a Global > Variable, specifically so that one can pass YAML to launched servers. > > Testing on a copy of Scalr v5.10 seems to indicate the line returns being > stripped, and it looks like the printf format string field can't be used > prevent that stripping. > > -- > You received this message because you are subscribed to the Google Groups > "scalr-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Daniele Testa | Sr. Solutions Architect @ Scalr | [email protected] | www.scalr.com | blog.scalr.com -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
