@ -3,4 +3,4 @@ function APT_GET_UPDATE()
{
ECHO_BLUE "apt-get update, Please Wait..."
apt-get update &>> $EE_LOG || EE_ERROR "Unable to execute apt-get update"
}
@ -3,4 +3,4 @@ function EE_ERROR()
echo "[ `date` ] $(tput setaf 1)$@$(tput sgr0)" | tee -ai $ERROR_LOG
exit 102
@ -3,4 +3,4 @@ function INSTALL_NGINX()
ECHO_BLUE "Installing $NGINXPACKAGE, please wait..."
$APT_GET install $NGINXPACKAGE || EE_ERROR "Unable to install $NGINXPACKAGE"