From: Sam Saffron Date: Mon, 4 Nov 2013 04:23:24 +0000 (-0800) Subject: rm an extra process X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f378ed336e41f778996676c47d4897a1f14b76cb;p=discourse_docker.git rm an extra process --- diff --git a/launcher b/launcher index 37cd763..a739c04 100755 --- a/launcher +++ b/launcher @@ -62,7 +62,7 @@ case "$command" in puts YAML.load(STDIN.readlines.join)["template"] RUBY - template=`cat $config_file| docker run -i -a stdin -a stdout samsaffron/discourse ruby -e "$ruby"` + template=`cat $config_file| docker run -rm -i -a stdin -a stdout samsaffron/discourse ruby -e "$ruby"` input=$(cat $config_file) [ ! -z $template ] && {