summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
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