correcting typo
authorChris Sharp <csharp@georgialibraries.org>
Mon, 24 Feb 2014 13:03:22 +0000 (08:03 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 24 Feb 2014 13:03:22 +0000 (08:03 -0500)
setup_evergreen_utilities.sh

index e4e43ad..6bdfffa 100755 (executable)
@@ -40,7 +40,7 @@ done
 
 # create the expected directories
 for dir in $DIR_LIST; do 
-       if [ -d $dir ]; 
+       if [ -d $dir ]; then
                echo "$dir already exists.  Skipping...";
        else
                su - opensrf -c "mkdir -p $dir";