Skip to content

Commit

Permalink
🚑 Fixes incorrect Bashio log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 20, 2019
1 parent 0fa1735 commit 5be3ce6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions motioneye/rootfs/etc/cont-init.d/motioneye.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ fi
# Configure motion webcontrol access
if bashio::config.true 'motion_webcontrol'; then
bashio::log.info "Enabling motion webcontrol..."
bashio::.log.warning "This opens up an UNSECURE port to the outside world!"
bashio::.log.warning "This port has NO SSL & NO AUTHENICATION!"
bashio::.log.warning "YOU HAVE BEEN WARNED!"
bashio::log.warning "This opens up an UNSECURE port to the outside world!"
bashio::log.warning "This port has NO SSL & NO AUTHENICATION!"
bashio::log.warning "YOU HAVE BEEN WARNED!"
sed -i "s/webcontrol_localhost on/webcontrol_localhost off/" "$MOTION"
else
sed -i "s/webcontrol_localhost off/webcontrol_localhost on/" "$MOTION"
Expand Down

0 comments on commit 5be3ce6

Please sign in to comment.