hkd/start.sh

5 lines
162 B
Bash
Raw Normal View History

2019-06-27 14:42:33 +02:00
#!/bin/bash
2019-08-09 18:56:49 +02:00
/usr/local/bin/homekit2mqtt -v debug -m $DATA_DIR/mapping.json -s $STORAGE_DIR -b $NAME -n $NAME -p $PORT -w $WEBPORT -u $BROKER --insecure -c $PIN
2019-06-27 14:42:33 +02:00