Skip to content

Commit

Permalink
app-mobilephone/usb-tethering: fix typo
Browse files Browse the repository at this point in the history
Closes: #207
Signed-off-by: David Roman <[email protected]>
  • Loading branch information
stkw0 committed Jul 1, 2024
1 parent 8902205 commit 89ce17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-mobilephone/usb-tethering/files/usb-tethering
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ setup_usb_network_configfs() {
mkdir $CONFIGFS/g1/configs/c.1/strings/0x409 \
|| echo " Couldn't create $CONFIGFS/g1/configs/c.1/strings/0x409"
echo "rndis" > $CONFIGFS/g1/configs/c.1/strings/0x409/configuration \
|| echo " Couldn't write configration name"
|| echo " Couldn't write configuration name"

# Link the rndis instance to the configuration
ln -s $CONFIGFS/g1/functions/"$usb_rndis_function" $CONFIGFS/g1/configs/c.1 \
Expand Down

0 comments on commit 89ce17a

Please sign in to comment.