1
0
mirror of https://github.com/fritz-smh/yi-hack synced 2025-06-07 16:06:11 +00:00

oups... a fix!

This commit is contained in:
fritz-smh 2016-03-21 21:58:38 +01:00
parent bb78ea65ec
commit c8e09e4906

View File

@ -289,7 +289,7 @@ cd /home
cd /home/hd1/test/ cd /home/hd1/test/
if [[ $(get_config DEBUG) == "yes" ]] ; then if [[ $(get_config DEBUG) == "yes" ]] ; then
./rtspsvrM > /${LOG_DIR}/log_rtsp.txt 2>&1 & ./rtspsvrM > /${LOG_DIR}/log_rtsp.txt 2>&1 &
else: else
./rtspsvrM & ./rtspsvrM &
fi fi