make sure VERBOSE is respected in executors
This commit is contained in:
parent
326e27cdb4
commit
8fb2a0571d
2 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
[ -z "$VERBOSE" ] || set -x
|
||||||
${MOCK} ip link set $PHASE dev $IFACE
|
${MOCK} ip link set $PHASE dev $IFACE
|
||||||
|
|
|
@ -24,6 +24,8 @@ configure_gateways() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[ -z "$VERBOSE" ] || set -x
|
||||||
|
|
||||||
case "$PHASE" in
|
case "$PHASE" in
|
||||||
up)
|
up)
|
||||||
configure_addresses add
|
configure_addresses add
|
||||||
|
|
Loading…
Reference in a new issue