Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

environment variables should be quoted in upstart scripts #103

@ceejbot

Description

@ceejbot

To reproduce:

Create a service.json with an env stanza that looks like this:

"env": { "MY_VAR": "i am a string with a lot of spaces in it" }

Generate upstart configs in an ubuntu environment. Observe that the service is invoked as something like this:

PORT=8080 MY_VAR=i am a string with a lot of spaces in it /usr/bin/nodejs server.js

Sadness ensues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions