Bug Filed on 02-05-2016: Bug in (tar file) setup script

get http://updates.mydevices.com/raspberry/myDevices-1.0.tar.gz

tar -xvzf myDevices-1.0.tar.gz

cd myDevices-1.0

diff -c setup*

*** setup.sh 2016-02-02 15:22:39.000000000 -0800
— setup.sh.orig 2016-01-22 17:30:19.000000000 -0800


*** 313,319 ****
DEFAULT=–defaultno
fi
if ! [ -e $BLACKLIST ]; then
! touch $BLACKLIST
fi
sed $BLACKLIST -i -e “s/^(blacklist[[:space:]]*spi[-]bcm2708)/#\1/"
}
— 313,319 ----
DEFAULT=–defaultno
fi
if ! [ -e $BLACKLIST ]; then
! touch $BLACKLIST sed $BLACKLIST -i -e "s/^(blacklist[[:space:]]*spi[-
]bcm2708)/#\1/”
fi
sed $BLACKLIST -i -e “s/^(blacklist[[:space:]]*spi[-_]bcm2708)/#\1/”
}

Looks like a copy/paste instead of a cut/paste

oops, it’s markup. Had put in command history. Also, w of wget got deleted in first line.

Hi and welcome,

We will look into this and get back to you. @tdeleanu

@rkamicar thanks for the hint. You are right or probably a bad merge.

@rkamicar this should be fixed now. Thanks, let us know if it comes up again.