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