From e1ef1da8bd17e2440a1bb02e81d8627a453253d8 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 3 May 2022 06:12:34 -0400
Subject: [PATCH] Update motioneye-install.sh

---
 setup/motioneye-install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup/motioneye-install.sh b/setup/motioneye-install.sh
index fc9f81362..36785c07b 100644
--- a/setup/motioneye-install.sh
+++ b/setup/motioneye-install.sh
@@ -64,11 +64,11 @@ apt-get install -y curl &>/dev/null
 apt-get install -y sudo &>/dev/null
 msg_ok "Installed Dependencies"
 
-echo -en "${GN} Installing Motion... "
+msg_info "Installing Motion"
  apt-get install motion -y &>/dev/null
  systemctl stop motion &>/dev/null
  systemctl disable motion &>/dev/null
-echo -e "${CM}${CL} \r"
+msg_ok "Installed Motion"
 
 msg_info "Installing FFmpeg"
  apt-get install ffmpeg v4l-utils -y &>/dev/null