S15fwupdate: fix typo

This commit is contained in:
Alfonso Gamboa 2023-07-11 01:11:39 -07:00
parent 79ae1a1fd8
commit ec00c105e7

View File

@ -71,7 +71,7 @@ case "$1" in
echo "/system/bin/app.ver not found"
fi
if [-f /system/bin/liveMediaServer ]; then
if [ -f /system/bin/liveMediaServer ]; then
echo "WARNING: Stock RTSP firmware detected."
echo "WARNING: The stock RTSP firmware is old, unmaintained, and insecure."
echo "WARNING: Compatability with wz_mini is NOT guaranteed, and not supported"