mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-07 19:55:09 +02:00
Remove WEB_CALL from COL_TABLE (#6062)
This commit is contained in:
commit
3f5c00919b
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# Determine if terminal is capable of showing colors
|
||||
if ([ -t 1 ] && [ $(tput colors) -ge 8 ]) || [ "${WEBCALL}" ]; then
|
||||
if [ -t 1 ] && [ "$(tput colors)" -ge 8 ]; then
|
||||
# Bold and underline may not show up on all clients
|
||||
# If something MUST be emphasized, use both
|
||||
COL_BOLD='[1m'
|
||||
|
Loading…
x
Reference in New Issue
Block a user