Skip to content

Commit

Permalink
Changer the startLine to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Demoodite authored Oct 6, 2021
1 parent dcc742d commit 8a0f28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenfetch-dev
Original file line number Diff line number Diff line change
Expand Up @@ -4949,7 +4949,7 @@ asciiText () {
c4=$(getColor 'yellow')
fi
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; c2="${my_lcolor}"; c3="${my_lcolor}"; c4="${my_lcolor}"; fi
startline="1"
startline="0"
logowidth="28"
fulloutput=(
"${c1} ████████████${c2} ████████████ %s"
Expand Down

0 comments on commit 8a0f28e

Please sign in to comment.