commit 7785fefb1a8b53450df148c2bb6a57d7497a9ad2 from: Omar Polo date: Sat Oct 03 12:19:57 2020 UTC fix indentation commit - 84302400b82de1436dfbe96bb0c58b29e9d2d174 commit + 7785fefb1a8b53450df148c2bb6a57d7497a9ad2 blob - cd87fde5ac5a52d34c60a943525d4305b9a4b3cf blob + 98584566ef7044b495ad6c268db55f4270b547b4 --- resources/posts/openbsd-tethering.gmi +++ resources/posts/openbsd-tethering.gmi @@ -30,7 +30,7 @@ DEVNAME=$2 case $DEVCLASS in # network devices 3) - case $DEVNAME in + case $DEVNAME in # USB tethering urndis*) dhclient $DEVNAME ;; esac