Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-04-29 12:57:57 +0300
committermboelen <michael@cisofy.com>2015-04-29 12:57:57 +0300
commit2cd57933b64ad64f1ee9d491a787d4b8ec7c4cad (patch)
tree4141ae12dd3bc0d8d856417752bb2e425c265c58 /include/helper_audit_dockerfile
parentaa8410477e2638058a39ca5a230dc617986596e9 (diff)
Correction of Display function
Diffstat (limited to 'include/helper_audit_dockerfile')
-rw-r--r--include/helper_audit_dockerfile3
1 files changed, 1 insertions, 2 deletions
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