Fix ascii distro detection
This commit is contained in:
parent
7af2f7e483
commit
5a41a124c9
1 changed files with 2 additions and 0 deletions
2
fetch
2
fetch
|
@ -1420,6 +1420,8 @@ getascii () {
|
|||
image="off"
|
||||
return
|
||||
fi
|
||||
|
||||
ascii="$ascii_dir/ascii/distro/${ascii/ *}"
|
||||
fi
|
||||
|
||||
# Overwrite distro colors if '$ascii_color` doesn't
|
||||
|
|
Loading…
Reference in a new issue