mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Use GREEN if dig was successful
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
parent
a206980242
commit
1550f29f06
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ os_check() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Print dig response and the final check result
|
# Print dig response and the final check result
|
||||||
log_write "${INFO} dig return code: ${COL_RED}${digReturnCode}${COL_NC}"
|
log_write "${INFO} dig return code: ${COL_GREEN}${digReturnCode}${COL_NC}"
|
||||||
log_write "${INFO} dig response: ${response}"
|
log_write "${INFO} dig response: ${response}"
|
||||||
log_write "${finalmsg}"
|
log_write "${finalmsg}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue