0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-07-22 15:34:37 +00:00
Files
2018-03-25 20:20:07 +02:00

5 lines
87 B
Bash

#!/bin/sh
if [ "$NAME" != "$NODE" ]; then
ip route del "$SUBNET" dev "$INTERFACE"
fi