Formatting change.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 11 Apr 2014 16:57:16 +0000 (12:57 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 11 Apr 2014 16:57:16 +0000 (12:57 -0400)
update-libips.sh

index d3d7482..b9e8349 100755 (executable)
@@ -83,7 +83,7 @@ echo "You will need to restart Apache on all brick heads for the changes to take
 
 EditCopy () {
 $EDITOR $LIB_IPS_TXT
-read -p "Would you like to copy the file to the other brick heads? (y/n)" COPYFILE
+read -p "Would you like to copy the file to the other brick heads? (y/n) " COPYFILE
 if [ "$COPYFILE" = "y" ]; then
         CopyFile
 elif [ "$COPYFILE" = "n" ]; then