e8e6ad2df6
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/sh
|
|
# Use the lan instead of the wlan
|
|
|
|
wpa_cli terminate
|
|
killall vpnc
|
|
ip l s wlan0 down
|
|
ip l s eth0 up
|