|
@ -6,7 +6,7 @@ function ee_lib_stack_packages() |
|
|
# Log only single time |
|
|
# Log only single time |
|
|
# ee site create example.com called ee stack install nginx |
|
|
# ee site create example.com called ee stack install nginx |
|
|
# So when ee stack install nginx run in sub-shell the value of EE_TEE_LOG=/dev/null |
|
|
# So when ee stack install nginx run in sub-shell the value of EE_TEE_LOG=/dev/null |
|
|
# So in log file all logs written single time only |
|
|
# So in log file all logs written single time only, to do so set EE_LOG=false |
|
|
export EE_LOG=false |
|
|
export EE_LOG=false |
|
|
|
|
|
|
|
|
for ee_stack_package in $@;do |
|
|
for ee_stack_package in $@;do |
|
|