From 2cd57933b64ad64f1ee9d491a787d4b8ec7c4cad Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 29 Apr 2015 11:57:57 +0200 Subject: Correction of Display function --- include/helper_audit_dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/helper_audit_dockerfile') diff --git a/include/helper_audit_dockerfile b/include/helper_audit_dockerfile index 3c481914..13174e40 100644 --- a/include/helper_audit_dockerfile +++ b/include/helper_audit_dockerfile @@ -4,7 +4,6 @@ if [ $# -eq 0 ]; then Display --indent 2 --text "${RED}Error: ${WHITE}Provide URL or file${NORMAL}" Display --text " "; Display --text " " - ExitFatal else FILE=`echo $1 | egrep "^http|https"` @@ -18,7 +17,7 @@ if [ $# -eq 0 ]; then if [ -f ${TMP_FILE} ]; then rm -f ${TMP_FILE} fi - Dislpay --indent 2 --text "${RED}Error: ${WHITE}can not download file${NORMAL}" + Display --indent 2 --text "${RED}Error: ${WHITE}can not download file${NORMAL}" ExitFatal fi else -- cgit v1.2.3