diff --git a/install.sh b/install.sh
index 4ec43e95f5cfaabd0ec3e1784eaaf789add18732..cae4d2a93ce6615c1f992971cf3d92f525445a55 100755
--- a/install.sh
+++ b/install.sh
@@ -120,6 +120,7 @@ cat $root_htaccess >> $parent_htaccess
 echo "RewriteRule ^(.+)\$ $1/index.php?q=\$1 [L]" >> $parent_htaccess
 mkdir cache
 
+
 echo
 echo "                                      *** ATTENTION ***"
 echo
diff --git a/utils/install b/utils/install
index d07f57dec20fefc0e85b3017d1b38ab462d58024..1b506c6299fb4b5b8456e2a6382cbd6fe6491f3e 100644
--- a/utils/install
+++ b/utils/install
@@ -3,7 +3,6 @@
 # Author: Alvaro Graves (alvaro@graves.cl)
 # Modified by: Tim Lebo (lebot@rpi.edu)
 
-lodspeakr_dir="lodspeakr"
 lodspeakr_repository="git://github.com/alangrafu/lodspeakr.git"
 home=`basename $lodspeakr_repository | sed 's/.git//'`
 
@@ -18,7 +17,7 @@ fi
 if [ ! -e "$home" ]; then
    $GIT clone $lodspeakr_repository
    cd $home
-   ./install.sh $lodspeakr_dir
+   ./install.sh $home
  else
    echo "There is already an existing directory called '$home'. Installation cancelled. Remove it first and try again."
 fi