diff options
author | uvok cheetah | 2024-03-01 18:36:26 +0100 |
---|---|---|
committer | uvok cheetah | 2024-03-01 18:36:26 +0100 |
commit | bb17d97096e99f0f566a6054146b247eea2bf645 (patch) | |
tree | 4bd54738e210f550ca45c034dc57204a61f68217 /roles/router/files/tn_int/tinc-down | |
parent | 39d57540d76b39c82a9cfe47c8b72c30e64b0e0a (diff) |
Split router and tinc config
Diffstat (limited to 'roles/router/files/tn_int/tinc-down')
-rwxr-xr-x | roles/router/files/tn_int/tinc-down | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/router/files/tn_int/tinc-down b/roles/router/files/tn_int/tinc-down deleted file mode 100755 index 40a7610..0000000 --- a/roles/router/files/tn_int/tinc-down +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -ip link set $INTERFACE down - |