Skip to content

Commit

Permalink
🚑 Fixes typo in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Sep 25, 2018
1 parent 07886ac commit 06d70cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb/rootfs/etc/cont-init.d/20-system-users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for i in {30..0}; do
if influx -execute "SHOW DATABASES" &> /dev/null; then
break;
fi
hassio.log.info "InfluxDB init process in progress..."
hass.log.info "InfluxDB init process in progress..."
sleep 2
done

Expand Down

0 comments on commit 06d70cf

Please sign in to comment.