mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-15 20:09:05 +00:00
remove un-used DONE variable
(still available via sourced COL_TABLE on line 29)
This commit is contained in:
parent
31730e7197
commit
0f868f7649
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ else
|
||||||
TICK="[${COL_GREEN}✓${COL_NC}]"
|
TICK="[${COL_GREEN}✓${COL_NC}]"
|
||||||
CROSS="[${COL_RED}✗${COL_NC}]"
|
CROSS="[${COL_RED}✗${COL_NC}]"
|
||||||
INFO="[i]"
|
INFO="[i]"
|
||||||
DONE="${COL_GREEN} done!${COL_NC}"
|
|
||||||
OVER="\r\033[K"
|
OVER="\r\033[K"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue