mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-22 17:38:22 +02:00
Removed old Display function parameter --text
This commit is contained in:
parent
079efdada1
commit
1426ff16f9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user