Skip to content

Commit ab531fa

Browse files
committed
no more debugging info
1 parent 561eeab commit ab531fa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

install_script_tools.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@ if [ ! -d $DEXTER ] ; then
2121
fi
2222
# go into $DEXTER
2323
cd $DEXTER
24-
echo $PWD
24+
2525

2626
# check if /home/pi/Dexter/lib exists, if not create it
2727
if [ ! -d $LIB ] ; then
2828
mkdir $LIB
2929
fi
3030
cd $LIB
31-
echo $PWD
3231

3332
# check if /home/pi/Dexter/lib/Dexter exists, if not create it
3433
if [ ! -d $DEXTER ] ; then
3534
mkdir $DEXTER
3635
fi
3736
cd $DEXTER
38-
echo $PWD
37+
3938

4039
# check if /home/pi/Dexter/lib/script_tools exists
4140
# if yes refresh the folder
@@ -45,7 +44,6 @@ if [ ! -d $SCRIPT ] ; then
4544
sudo git clone https://github.com/DexterInd/script_tools.git
4645
else
4746
cd $SCRIPT
48-
echo $PWD
4947
sudo git pull
5048
fi
5149

0 commit comments

Comments
 (0)