summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 13:44:46 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 13:44:46 +0200
commitf5d0cdc361bf6081835907284006b24497da89ee (patch)
tree48f5c254ab851f390d6275548d12849f17291ed4 /redis.sh
parent9a4c7117bcb85130a0bee3ed4d38ed15b12da540 (diff)
Redis
Diffstat (limited to 'redis.sh')
-rwxr-xr-xredis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.sh b/redis.sh
index b3f1acd..496c9b9 100755
--- a/redis.sh
+++ b/redis.sh
@@ -55,7 +55,7 @@ if ! $REDIS_DONE; then
echo
echo "Preparing Redis..."
if [ ! -f $REDIS_CONF ]; then
- echo "PATH=$REDIS_DEST/bin:\$PATH" >> "$REDIS_CONF"
+ echo "export PATH=$REDIS_DEST/src:\$PATH" >> "$REDIS_CONF"
echo "Redis configuration has been stored in '$REDIS_CONF'."
echo -n "Decide if Redis configuration should be linked to your .bashrc ('y/n'): "
read ANSWER_REDIS_CONF