Fixed bug with error message and changelog
This commit is contained in:
parent
40eae87357
commit
2c6a95b63f
2 changed files with 12 additions and 2 deletions
1
neofetch
1
neofetch
|
|
@ -1902,6 +1902,7 @@ getwallpaper () {
|
|||
getascii () {
|
||||
if [ ! -f "$ascii" ] || [ "$ascii" == "distro" ]; then
|
||||
# Error message
|
||||
[ "$ascii" != "distro" ] && \
|
||||
[ ! -f "$ascii" ] && err "Ascii file not found, using distro ascii"
|
||||
|
||||
# Lowercase the distro name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue