diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-13 11:52:33 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-13 11:52:33 -0400 |
commit | 0f0409e3ffef48bd20b3aa31d03cb1ac6e35f385 (patch) | |
tree | c244fd397b0cebb0dcbac339960c1442dae1a842 /innernet.sh | |
parent | 1a26090ba7df4b076f011b8f9ac5d4d81dc14a02 (diff) | |
download | scripts-0f0409e3ffef48bd20b3aa31d03cb1ac6e35f385.tar.xz scripts-0f0409e3ffef48bd20b3aa31d03cb1ac6e35f385.zip |
cleanup, updated locking/autolocking
Diffstat (limited to 'innernet.sh')
-rwxr-xr-x | innernet.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/innernet.sh b/innernet.sh index 786505b..38e1310 100755 --- a/innernet.sh +++ b/innernet.sh @@ -1,5 +1,9 @@ #!/bin/sh +# Destroy existing interfaces +ifconfig lagg0 destroy +ifconfig wlan0 destroy + # Ethernet up ifconfig em0 up |