Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Apr 30, 2024
1 parent cc54c2b commit fe6e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/autogain1090
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fi

gain="${gain_array[$gain_index]}"

if (( $gain_index < 0 )); then
if (( gain_index < 0 )); then
echo "Could have used some lower gain, but gain already at minimum! ($reason)"
exit 0
fi
Expand Down

0 comments on commit fe6e880

Please sign in to comment.