Removed old Display function parameter --text

This commit is contained in:
mboelen 2016-03-30 14:35:16 +02:00
parent 079efdada1
commit 1426ff16f9

View File

@ -58,11 +58,11 @@
;; ;;
esac esac
else else
echo --text "${RED}Error: ${WHITE}Need a target to audit${NORMAL}" echo "${RED}Error: ${WHITE}Need a target to audit${NORMAL}"
echo --text " " echo " "
echo --text "Examples:" echo "Examples:"
echo --text "lynis audit dockerfile" echo "lynis audit dockerfile"
echo --text "lynis audit system" echo "lynis audit system"
ExitFatal ExitFatal
fi fi
#break #break