mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 15:08:21 +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"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user