5 lines
76 B
Text
5 lines
76 B
Text
|
#!/bin/sh
|
||
|
# This file closes down the tap device.
|
||
|
|
||
|
ifconfig $INTERFACE down
|