ifupdown-ng/executor-scripts/stub/bridge
2020-08-26 03:35:18 -06:00

9 lines
124 B
Bash
Executable file

#!/bin/sh
set -e
case "$PHASE" in
depend)
if [ "$IF_BRIDGE_PORTS" != "none" ]; then
echo "$IF_BRIDGE_PORTS"
fi
;;
esac