Skip to content

Commit

Permalink
fix line 41 where the keyword 'echo' was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoQc committed Jan 13, 2017
1 parent c65ac16 commit 23d5dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.sh
Expand Up @@ -38,7 +38,7 @@ if [ ! -d $PIHOME/$DEXTER/lib ] ; then
mkdir $PIHOME/$DEXTER/lib
fi
if [ -d $PIHOME/$DEXTER/lib ] ; then
"Copying libraries into $PIHOME/$DEXTER/lib"
echo "Copying libraries into $PIHOME/$DEXTER/lib"
sudo cp -r $PIHOME/di_update/Raspbian_For_Robots/lib/* $PIHOME/$DEXTER/lib
fi

Expand Down

0 comments on commit 23d5dfb

Please sign in to comment.