diff --git a/motioneye/rootfs/etc/cont-init.d/motioneye.sh b/motioneye/rootfs/etc/cont-init.d/motioneye.sh index 8596482..396d9eb 100644 --- a/motioneye/rootfs/etc/cont-init.d/motioneye.sh +++ b/motioneye/rootfs/etc/cont-init.d/motioneye.sh @@ -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"