Skip to content

Commit

Permalink
Hack and slash!
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Mar 24, 2011
1 parent 1507ded commit c14eef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/bin/install
Expand Up @@ -98,8 +98,8 @@ install_redis_conf()
-e "s#dir .*\$#dir ${redis_db_path}#" \
-e "s#dbfilename .*\$#dbfilename ${redis_db_file}#" \
-e "s#port .*\$#port ${redis_port}#" \
-e "s#bind .*\$#bind ${redis_bind_interface}#" >
"${redis_config_file}"
-e "s#bind .*\$#bind ${redis_bind_interface}#" \
> "${redis_config_file}"

chown -R $redis_user "${redis_config_file}"
fi
Expand Down

0 comments on commit c14eef9

Please sign in to comment.