1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 23:36:30 +00:00

Fix typo in script to set up a TAP interface

This commit is contained in:
Jacob Goense 2019-05-15 08:41:18 +02:00
parent 57709dab34
commit acdd4231cb

View File

@ -21,7 +21,7 @@ start() {
brctl show > config.log
ifconfig -a >> config.log
route -n > config.log
route -n >> config.log
#
tunctl -t $TAP -u $USER