From 23d5dfb2e958383a8be08c6e4bab553e1b729728 Mon Sep 17 00:00:00 2001 From: cleoqc Date: Fri, 13 Jan 2017 20:42:02 +0000 Subject: [PATCH] fix line 41 where the keyword 'echo' was missing --- lib/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.sh b/lib/install.sh index 1112cac..7a631b8 100755 --- a/lib/install.sh +++ b/lib/install.sh @@ -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