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"
|
image="off"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ascii="$ascii_dir/ascii/distro/${ascii/ *}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Overwrite distro colors if '$ascii_color` doesn't
|
# Overwrite distro colors if '$ascii_color` doesn't
|
||||||
|
|
Reference in a new issue