Update run_local.markdown

This commit is contained in:
Pascal Vizeli 2017-05-24 16:25:02 +02:00 committed by GitHub
parent be5150e085
commit d42bfbd1ec

View File

@ -34,7 +34,7 @@ set -e
CONFIG_PATH=/data/options.json
# possile options to process
# possible options for processing
MQTT_SERVER=$(jq --raw-output '.server' $CONFIG_PATH)
MQTT_PORT=$(jq --raw-output '.port' $CONFIG_PATH)
TOPIC=$(jq --raw-output '.topic' $CONFIG_PATH)