Skip to content

Commit

Permalink
Update get.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsqp authored Apr 8, 2021
1 parent f81d7c4 commit fee213b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ while :
do
date
echo "Start Loop"
python3 nut-influxdb-exporter.py
python3 nut-influxdbv2-exporter.py
RET=$?
if [ ${RET} -ne 0 ];
then
Expand Down

0 comments on commit fee213b

Please sign in to comment.