Fix exit status
This commit is contained in:
parent
059a466195
commit
9a0c126d33
1 changed files with 3 additions and 1 deletions
4
neofetch
4
neofetch
|
@ -3002,6 +3002,8 @@ if [ "$scrot" == "on" ]; then
|
|||
fi
|
||||
|
||||
# Show error messages
|
||||
[ "$verbose" == "on" ] && printf "$err"
|
||||
if [ "$verbose" == "on" ]; then
|
||||
printf "$err"
|
||||
fi
|
||||
|
||||
# }}}
|
||||
|
|
Loading…
Reference in a new issue