Skip to content

Commit

Permalink
Typo fix (EliasKotlyar#1723)
Browse files Browse the repository at this point in the history
I know this is stupid but it was annoying me.
  • Loading branch information
Apocrathia authored Apr 22, 2021
1 parent 3935ddf commit 0ded516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/www/cgi-bin/ui_camera.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ded516

Please sign in to comment.