this post was submitted on 27 Aug 2024
238 points (98.0% liked)

Programmer Humor

32041 readers
977 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 3 weeks ago (6 children)

is that really a thing for unit files? Why the hell a comment needs escaping?

[–] [email protected] 1 points 3 weeks ago (5 children)

To avoid having it hosted separately its injected into a shell script as a string

[–] [email protected] 6 points 3 weeks ago (1 children)

I don't know the system in question, but it's definitely a bad design when comments need to be written with care. Either you set this up in a really wonky way, or the system you're using did and it should be fixed ASAP.

What code is in charge of injecting things into a shell script?

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago)

terraform(really is just a injection of a file() into a shell script)

load more comments (3 replies)
load more comments (3 replies)