1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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