Error when running redis_setup.sh in command line
krritik opened this issue · 2 comments
krritik commented
when I run ./redis_setup.sh
it showed following error
"./redis_setup.sh: line 4: [: too many arguments
Docker is already installed"
even when docker is not installed
it is due to an error in argument of if-else in line 4
Mec-iS commented
@sandeepsajan0 installing Docker should not be done by this repo. A simple message "Docker is not installed" is enough. Plus, everything should be running using having docker-compose
,docker
and docker-compose
installed is a pre-assumption and the repo should not take care of it.
Mec-iS commented
the environment already runs with docker-compose
. Unused scripts shall be removed and the README updated. the only way to run the repo shall be docker-compose
.