mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 23:18:20 +00:00
S15fwupdate: fix typo
This commit is contained in:
parent
79ae1a1fd8
commit
ec00c105e7
@ -71,7 +71,7 @@ case "$1" in
|
|||||||
echo "/system/bin/app.ver not found"
|
echo "/system/bin/app.ver not found"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [-f /system/bin/liveMediaServer ]; then
|
if [ -f /system/bin/liveMediaServer ]; then
|
||||||
echo "WARNING: Stock RTSP firmware detected."
|
echo "WARNING: Stock RTSP firmware detected."
|
||||||
echo "WARNING: The stock RTSP firmware is old, unmaintained, and insecure."
|
echo "WARNING: The stock RTSP firmware is old, unmaintained, and insecure."
|
||||||
echo "WARNING: Compatability with wz_mini is NOT guaranteed, and not supported"
|
echo "WARNING: Compatability with wz_mini is NOT guaranteed, and not supported"
|
||||||
|
Loading…
Reference in New Issue
Block a user