View Single Post
Old 03-25-2014, 05:20 PM   #355
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Hello, I think you have to substitute in .kobo/vlasovsoft/usbnet.sh this line:

PHP Code:
if [ $DEVICE == TOUCH ]; then 
with this line:

PHP Code:
if [ "$DEVICE== "TOUCH" ]; then 

Last edited by Lucas Malor; 03-25-2014 at 06:16 PM.
Lucas Malor is offline   Reply With Quote