1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-03 05:02:40 +02:00

fix #1674 - typo in ui_motion.cgi (#1676)

Co-authored-by: Chris Knight <cdknight@hotcat.org>
This commit is contained in:
Chris Knight
2021-02-25 20:54:24 -08:00
committed by GitHub
parent 0b6a19ae4e
commit 174b2d56a1

View File

@@ -228,7 +228,7 @@ if [ -n "$F_cmd" ]; then
if [ "$(rtsp_server status)" = "ON" ]; then
echo "Restarting rtsp server"
rtsp_server off
rtsp__server on
rtsp_server on
fi
;;
*)