mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 03:31:22 +00:00
🚑 Fixes incorrect Bashio log calls
This commit is contained in:
parent
0fa1735e88
commit
5be3ce6737
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue