mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/sh
|
|
|
|
[ "$ACTION" = add -a "$DEVICENAME" = br-lan ] || exit 0
|
|
sleep 1
|
|
ip link set docker-lan-d master docker-lan
|