hkd/start.sh

5 lines
135 B
Bash
Raw Normal View History

2019-06-27 14:42:33 +02:00
#!/bin/bash
2019-06-27 23:23:37 +02:00
/usr/local/bin/homekit2mqtt -x -v debug -m $DATA_DIR/mapping.json -s $STORAGE_DIR -b $NAME -u $BROKER --insecure -c $PIN
2019-06-27 14:42:33 +02:00