summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 036e477..2101702 100755
--- a/install
+++ b/install
@@ -14,7 +14,7 @@ source "./openbabel.sh"
source "./kernlab.sh"
source "./opentox-ruby.sh"
-if [ $install != "gem" ]
+if [ "$install" != "gem" ]
then
source "./nginx.sh"
source "./redis.sh"