From 81209353cf49263a668263fa763d801c2f096682 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 13 May 2014 18:16:58 +0530 Subject: [PATCH] Fix EOL github commit message --- src/lib/APT_GET_UPDATE.sh | 2 +- src/lib/EE_ERROR.sh | 2 +- src/lib/INSTALL_NGINX.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/APT_GET_UPDATE.sh b/src/lib/APT_GET_UPDATE.sh index d386228b..d04c1a07 100644 --- a/src/lib/APT_GET_UPDATE.sh +++ b/src/lib/APT_GET_UPDATE.sh @@ -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" -} \ No newline at end of file +} diff --git a/src/lib/EE_ERROR.sh b/src/lib/EE_ERROR.sh index ee201c75..d4b63e7e 100644 --- a/src/lib/EE_ERROR.sh +++ b/src/lib/EE_ERROR.sh @@ -3,4 +3,4 @@ function EE_ERROR() { echo "[ `date` ] $(tput setaf 1)$@$(tput sgr0)" | tee -ai $ERROR_LOG exit 102 -} \ No newline at end of file +} diff --git a/src/lib/INSTALL_NGINX.sh b/src/lib/INSTALL_NGINX.sh index 89b0908e..4de7181e 100644 --- a/src/lib/INSTALL_NGINX.sh +++ b/src/lib/INSTALL_NGINX.sh @@ -3,4 +3,4 @@ function INSTALL_NGINX() { ECHO_BLUE "Installing $NGINXPACKAGE, please wait..." $APT_GET install $NGINXPACKAGE || EE_ERROR "Unable to install $NGINXPACKAGE" -} \ No newline at end of file +}