mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
changed outputs to the new ones
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
## Output formatting functions
|
||||
textOK(){
|
||||
textPass(){
|
||||
if [[ "$MODE" == "csv" ]]; then
|
||||
if [[ $2 ]]; then
|
||||
REPREGION=$2
|
||||
@@ -12,7 +12,7 @@ textOK(){
|
||||
fi
|
||||
}
|
||||
|
||||
textNotice(){
|
||||
textInfo(){
|
||||
if [[ "$MODE" == "csv" ]]; then
|
||||
if [[ $2 ]]; then
|
||||
REPREGION=$2
|
||||
@@ -25,7 +25,7 @@ textNotice(){
|
||||
fi
|
||||
}
|
||||
|
||||
textWarn(){
|
||||
textFail(){
|
||||
EXITCODE=3
|
||||
if [[ "$MODE" == "csv" ]]; then
|
||||
if [[ $2 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user