Commit cfde18ad authored by Alain Takoudjou's avatar Alain Takoudjou

createWrapper: missing value

parent 0353d07a
......@@ -164,7 +164,7 @@ class GenericBaseRecipe(object):
rm $pidfile
fi
fi
echo $$ > $pidfile""" % shlex.quote(pidfile)))
echo $$ > $pidfile""" % (shlex.quote(pidfile), command)))
lines.append(dedent('''
# If the wrapped command uses a shebang, execute the referenced
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment