Skip to content

Commit

Permalink
Update planefence.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Apr 16, 2024
1 parent 7dd510e commit 44ddfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/share/planefence/planefence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ EOF

if [[ "${NEWVALUES[7]}" != "" ]]; then
if [[ -n "$mp3f" ]] && [[ -f "$OUTFILEDIR/$mp3f" ]]; then
printf " <td><a href=\"%s dBFS\" target=\"_blank\">%s</td>\n" "$mp3f" "${NEWVALUES[7]}" >&3 # print actual value with "dBFS" unit
printf " <td><a href=\"%s\" target=\"_blank\">%s dBFS</td>\n" "$mp3f" "${NEWVALUES[7]}" >&3 # print actual value with "dBFS" unit
else
printf " <td>%s dBFS</td>\n" "${NEWVALUES[7]}" >&3 # print actual value with "dBFS" unit
fi
Expand Down

0 comments on commit 44ddfad

Please sign in to comment.