summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-17 09:36:12 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-17 09:36:12 +0100
commit64e21f3e1916c989786a2c329e922f7932e330ee (patch)
tree1870092dfcfa998f690cf290e9323412f9ee072b /redis.sh
parent025e9ed0ef3aae6cfd0b0f3c2c2e122d50ac008d (diff)
Fixed otkill (ohm port)
Diffstat (limited to 'redis.sh')
-rwxr-xr-xredis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis.sh b/redis.sh
index a670cff..ad3b695 100755
--- a/redis.sh
+++ b/redis.sh
@@ -67,6 +67,7 @@ fi
if [ ! -f $REDIS_CONF ]; then
echo "if ! echo \"\$PATH\" | grep \"$REDIS_DEST\">/dev/null 2>&1; then export PATH=$REDIS_DEST/src:\$PATH; fi" >> "$REDIS_CONF"
+ echo "export OHM_PORT=$OHM_PORT" >> "$REDIS_CONF"
echo "Redis configuration has been stored in '$REDIS_CONF'."
if ! grep ". \"$REDIS_CONF\"" $OT_UI_CONF; then