5 lines
67 B
Text
5 lines
67 B
Text
|
#!/bin/sh
|
||
|
case "$PHASE" in
|
||
|
depend) echo "$IF_BRIDGE_PORTS" ;;
|
||
|
esac
|