- fix colors
This commit is contained in:
parent
3274df4728
commit
c4bac7202e
@ -61,7 +61,7 @@ else
|
||||
fi
|
||||
|
||||
# print font color
|
||||
if [[ "$LOAD" = false ]]; then
|
||||
if [[ "$LOAD" = false || "$COLORS" = false ]]; then
|
||||
echo "${BW[4]}"
|
||||
else
|
||||
for i in "${!BW[@]}"; do
|
||||
|
Reference in New Issue
Block a user