From c2894cf7c932f114117d8b954d42d1f8901720fe Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 16 Jun 2014 14:41:49 +0530 Subject: [PATCH] Log EasyEngine installer --- bin/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index 49b7a5e9..e2c23223 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -90,7 +90,8 @@ fi if [ ! -x /usr/bin/tee ] || [ ! -x /bin/ed ] || [ ! -x /usr/bin/bc ] || [ ! -x /usr/bin/wget ] || [ ! -x /usr/bin/curl ] || [ ! -x /bin/tar ] || [ ! -x /usr/bin/git ] || [ ! -z $EE_PACKAGE_NAME ]; then ee_lib_echo "Installing required packages, please wait..." | tee -ai $EE_INSTALL_LOG - apt-get -y install coreutils ed bc wget curl tar git-core $EE_PACKAGE_NAME || ee_lib_error "Unable to install required packages, exit status = " $? + apt-get -y install coreutils ed bc wget curl tar git-core $EE_PACKAGE_NAME | tee -ai $EE_INSTALL_LOG\ + || ee_lib_error "Unable to install required packages, exit status = " $? fi # Checking name servers