mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 18:36:21 +00:00
5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/sh
|
|
if [ "$NAME" != "$NODE" ]; then
|
|
ip route del "$SUBNET" dev "$INTERFACE"
|
|
fi
|