I'm trying to get the output of $(date "+%Y%m%d%H%M%S") in a custom script. Scalr interprets the date format string as a custom variables. When I go to run the script on a role, I get the following parameters:
Y d M Which is obviously not what I want. I've tried wrapping the characters with quotes $(date "+%Y""%m""%d""%H""%M""%S"), hoping that it would break Scalr's parameter detection, but I get parameters like, Y"". Anyone have any ideas on how I can get my formatted date? Thanks for the help! -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en.
