ifupdown-ng/executor-scripts/stub/bridge

10 lines
124 B
Text
Raw Normal View History

#!/bin/sh
2020-08-26 09:35:18 +00:00
set -e
case "$PHASE" in
depend)
if [ "$IF_BRIDGE_PORTS" != "none" ]; then
echo "$IF_BRIDGE_PORTS"
fi
;;
esac