Browse Source

Minor update

next
Mitesh Shah 10 years ago
parent
commit
8a745e33de
  1. 3
      src/lib/ee_lib_variables.sh

3
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

Loading…
Cancel
Save