summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 14:44:24 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 14:44:24 +0200
commit7578e353de1cde367e7fd08235e23b6e499c1197 (patch)
treed9b7f7a3c9a681106ce8717adc9e1698fe7c885d /redis.sh
parent08e5eb420efea1b7d84ef2291bf2bea67b5387fb (diff)
all
Diffstat (limited to 'redis.sh')
-rwxr-xr-xredis.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/redis.sh b/redis.sh
index 4de3cfd..3781b7a 100755
--- a/redis.sh
+++ b/redis.sh
@@ -62,8 +62,6 @@ fi
cd "$DIR"
-echo
-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'."
@@ -72,8 +70,6 @@ if [ ! -f $REDIS_CONF ]; then
echo "source \"$REDIS_CONF\"" >> $HOME/.bashrc
fi
-else
- echo "It seems Redis is already configured ('$REDIS_CONF' exists)."
fi
cd "$DIR"