Typo in script/server : redis.cont → redis.conf
This commit is contained in:
parent
3d4cf4d8d5
commit
29ec257e14
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ function redis_config
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ config/redis.cont -nt $redis_conf ]
|
if [ config/redis.conf -nt $redis_conf ]
|
||||||
then
|
then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue