Skip to content

Commit 54b0846

Browse files
Merge pull request #180 from simonk83/master
Remove space causing echo to fail
2 parents b95e856 + 29ca62d commit 54b0846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/mqtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mqtt_echo(){
6363
$mqtt_version_append \
6464
$mqtt_ca_file_append \
6565
-L "$mqtt_url$mqtt_topicpath/$mqtt_publisher_identity/echo" \
66-
-m "ok" \
66+
-m "ok" \
6767
-q "2" 2>&1
6868
}
6969

0 commit comments

Comments
 (0)