switch to release candidate, reworked authnz module, some typos
This commit is contained in:
@@ -82,20 +82,20 @@ prnt() {
|
||||
case $1 in
|
||||
"I")
|
||||
HEADS="[ ${IGreen}info${DEFAULTFG} ]"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
"W")
|
||||
HEADS="[${IYellow}Attention${DEFAULTFG}]"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
"E")
|
||||
HEADS="[ ${IRed}ERREUR${DEFAULTFG} ]"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
"m")
|
||||
HEADS=" "
|
||||
shift
|
||||
;;
|
||||
"m")
|
||||
HEADS=" "
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
echo -e "${IWhite}$(date $DATEFORMAT)${DEFAULTFG} ${HEADS} $@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user