Skip to content

Commit

Permalink
[Fix] Removing delays #333
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   src/static/static/home/yi-hack-v5/script/system.sh
  • Loading branch information
alienatedsec committed Feb 11, 2024
1 parent 429c0b5 commit 20f2d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/static/home/yi-hack-v5/script/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ mkdir -p $YI_HACK_PREFIX/etc/dropbear
dropbear -R -B
fi

sleep 30 && mqttv4 &
mqttv4 &

if [[ $(get_config MQTT) == "yes" ]] ; then
mqtt-config &
Expand Down Expand Up @@ -324,7 +324,7 @@ if [[ $(get_config RTSP) == "yes" ]] ; then
rRTSPServer -r $RRTSP_RES -a $RRTSP_AUDIO -p $RRTSP_PORT -u $RRTSP_USER -w $RRTSP_PWD &
fi
#Seems to be killing the resource - fixed via #153
sleep 30 && $YI_HACK_PREFIX/script/wd_rtsp.sh &
$YI_HACK_PREFIX/script/wd_rtsp.sh &
#The above section (except ONVIF) to be also copied to service.sh
fi

Expand Down

0 comments on commit 20f2d4c

Please sign in to comment.