1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-03 05:02:40 +02:00
I know this is stupid but it was annoying me.
This commit is contained in:
Ian
2021-04-22 10:58:15 -06:00
committed by GitHub
parent 3935ddfd50
commit 0ded51606e

View File

@@ -109,7 +109,7 @@ if [ -n "$F_cmd" ]; then
if [ -n "${F_videoPort+x}" ]; then
videoport=$(echo "${F_videoPort}"| tr '\n')
rewrite_config /system/sdcard/config/rtspserver.conf PORT "$videoport"
echo "Set video port tp ${videoport}<br />"
echo "Set video port to ${videoport}<br />"
fi
if [ -n "${F_autoNightMode+x}" ]; then
rewrite_config /system/sdcard/config/autonight.conf autonight_mode $F_autoNightMode