change to cat

This commit is contained in:
mischa 2019-11-06 22:08:34 +01:00
parent f5d6f37bc0
commit 11a20378d9
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ PATH=$PATH:/usr/local/bin
# Add the following to crontab:
# @daily /<path-to-your-script>/wrapper-sensors-battery.sh
#
(/home/mischa/hue/get-sensors.py 10.0.0.174 $(cat /home/mischa/hue-token) -b 60) | mail -s "Hue Battery Status" $(cat /home/mischa/email-address)
(/home/mischa/hue/get-sensors.py $(cat /home/mischa/hue-bridge) $(cat /home/mischa/hue-token) -b 60) | mail -s "Hue Battery Status" $(cat /home/mischa/email-address)