Commit 707472e0 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Revert "slapos.cookbook: don't use 'sh -e' shebang in createWrapper"

This reverts commit 95b1d7df as
testnodes were upgraded.
parent d28ddb32
......@@ -169,7 +169,7 @@ class GenericBaseRecipe(object):
# here (note that this can't be done correctly with a POSIX shell, because
# the process can't be given a name).
lines = ['#!/bin/sh']
lines = ['#!/bin/sh -e']
if sig_ign:
lines.append("trap '' " + sig_ign)
......
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