Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not overwrite default file path #840

Closed
dtaniwaki opened this issue Dec 20, 2012 · 0 comments
Closed

Can not overwrite default file path #840

dtaniwaki opened this issue Dec 20, 2012 · 0 comments

Comments

@dtaniwaki
Copy link

Hi,

I recently tried to install redis 2.6.7 with my own configuration file path but the file path could not be changed.

I checked "redis/utils/install_server.sh" and found there is not space between "!" and the following variable.
I think

if [ !"$REDIS_CONFIG_FILE" ] ; then

should be

if [ ! "$REDIS_CONFIG_FILE" ] ; then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants