executors: drop set -e, closes #121

This commit is contained in:
Ariadne Conill 2020-11-02 08:53:30 -07:00
parent b76981e832
commit 20d9e3fe91
16 changed files with 0 additions and 39 deletions

View file

@ -1,5 +1,4 @@
#!/bin/sh
set -e
[ -z "$IF_BOND_MEMBERS" ] && IF_BOND_MEMBERS="$IF_BOND_SLAVES"
case "$PHASE" in
depend) echo "$IF_BOND_MEMBERS" ;;

View file

@ -1,5 +1,4 @@
#!/bin/sh
set -e
case "$PHASE" in
depend)
if [ "$IF_BRIDGE_PORTS" != "none" ]; then