From 8a745e33ded04bde8f43cbec974e6bffe66ad219 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 30 Oct 2014 18:20:00 +0530 Subject: [PATCH] Minor update --- src/lib/ee_lib_variables.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ee_lib_variables.sh b/src/lib/ee_lib_variables.sh index d74c65d1..1b5c2153 100644 --- a/src/lib/ee_lib_variables.sh +++ b/src/lib/ee_lib_variables.sh @@ -20,7 +20,8 @@ readonly EE_DATE=$(date +%d%b%Y%H%M%S) # Log only single time # ee site create example.com called ee stack install nginx -# So in log file all logs written twice +# So when ee stack install nginx run in sub-shell the value of EE_COMMAND_LOG=/dev/null +# So in log file all logs written single time only if [ -n "$EE_LOG" ]; then EE_COMMAND_LOG=/dev/null else