summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-08 13:18:38 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-08 13:18:38 +0100
commit152526cb79878eee9c7e48189141c5085503f6a5 (patch)
tree89c7c346caf8d103b721896b83efce2767cd5025 /redis.sh
parentfb7bf2cbea606780c6b3ba47b76f49a684f3f947 (diff)
typo in redis.sh fixed
Diffstat (limited to 'redis.sh')
-rw-r--r--redis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.sh b/redis.sh
index 63e2f86..830c6c4 100644
--- a/redis.sh
+++ b/redis.sh
@@ -12,5 +12,5 @@ echo "vm.overcommit_memory = 1" >> /etc/sysctl.conf
mkdir -p /opt/redis
echo "daemonize yes" > /opt/redis/redis.conf
echo "dir `pwd`" >> /opt/redis/redis.conf
-edis-server /opt/redis/redis.conf
+redis-server /opt/redis/redis.conf
cd $dir