fixed a conditional

This commit is contained in:
KKudryavtsev 2016-02-04 21:34:21 +00:00
parent 7e87546523
commit 3273ac3e5b

View File

@ -548,7 +548,7 @@ function run_installer()
function linux_rocksdb_installer()
{
if [[ $isUbuntu1404 ]]; then
if [[ $isUbuntu1404 == true ]]; then
ubuntu1404_rocksdb_installer
else
oldpwd=`pwd`