Skip to content

Commit 39c3b88

Browse files
committed
bug-fix:
- wyzeCamV3のfirmware verを偽装する機能でtoolsの表示は変更されないように修正
1 parent 0ed6a34 commit 39c3b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay_rootfs/var/www/cgi-bin/hack_ini.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ "$REQUEST_METHOD" = "POST" ]; then
2626
exit 0
2727
fi
2828

29-
awk '/^appver/ { print }' /atom/configs/app.ver
29+
awk '/^appver/ { print }' /atom/system/bin/app.ver
3030
awk '/^PRODUCT_MODEL/ { print }' /atom/configs/.product_config
3131
echo "HOSTNAME=`hostname`"
3232
echo "KERNELVER=`uname -a`"

0 commit comments

Comments
 (0)