Skip to content

Commit 48559f5

Browse files
author
Helio
committed
Fix output
1 parent beb358f commit 48559f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function load() {
2222
-b "$mac_address" \
2323
--char-write-req 1>/dev/null)
2424
if [[ "$result" != "Characteristic value was written successfully" ]]; then
25-
echo "$result"
25+
printf "\n%s\n" "$result"
2626
exit 1
2727
fi
2828
((counter++))

0 commit comments

Comments
 (0)