try to multi process mqtt cloning

master
ademant 2019-07-05 04:59:27 +02:00
parent 7b6b300b9d
commit c2d00ac975
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
mypath='realpath $0'
mypath='dirname $(realpath $0)'
set -m
/usr/bin/mosquitto_sub -h banana -t "#" -v|while read line
do