From ff6735afc1a9e8fd2dc8d40f9d655f3cf9b57762 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 22 Oct 2014 16:30:56 +0530 Subject: [PATCH] Fix if syntax error --- src/modules/site/update/ee_mod_update_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/site/update/ee_mod_update_website.sh b/src/modules/site/update/ee_mod_update_website.sh index ec8c5420..7c876f9f 100644 --- a/src/modules/site/update/ee_mod_update_website.sh +++ b/src/modules/site/update/ee_mod_update_website.sh @@ -73,7 +73,7 @@ function ee_mod_update_website() { # We don't need to install it again #ee_mod_plugin_nginx_helper - if [ "$EE_SITE_CURRENT_CACHE" != "--wpsc" && "$EE_SITE_CACHE_OPTION" = "--wpsc" ]; then + if [[ "$EE_SITE_CURRENT_CACHE" != "--wpsc" && "$EE_SITE_CACHE_OPTION" = "--wpsc" ]]; then ee_mod_plugin_wpsc fi