summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 11:56:47 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 11:56:47 +0200
commit312d93bcc322fa5aca38f38cd266569aaf18b621 (patch)
tree670c31f02d166e5fd1fc33162bd401c1284b924a /redis.sh
parentbe4c94b29fc76904b279056b6a0af234e7cf1f4e (diff)
all
Diffstat (limited to 'redis.sh')
-rwxr-xr-xredis.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/redis.sh b/redis.sh
index 932d4ce..6f84316 100755
--- a/redis.sh
+++ b/redis.sh
@@ -22,8 +22,6 @@ LOG="/tmp/`basename $0`-log.txt"
echo "This installs Redis."
echo "Log file is '$LOG'."
-echo "Press <Return> to continue, or <Ctrl+C> to abort."
-read
DIR=`pwd`
@@ -71,7 +69,7 @@ fi
cd "$DIR"
echo
-echo "Preparing Redis..."
+echo "Preparing Redis:"
if [ ! -f $REDIS_CONF ]; then
echo "export PATH=$REDIS_DEST/src:\$PATH" >> "$REDIS_CONF"
echo "Redis configuration has been stored in '$REDIS_CONF'."
@@ -85,5 +83,3 @@ else
fi
cd "$DIR"
-echo
-echo "Redis installation finished."