fix typos

pull/778/head
cronyx 2023-05-08 22:15:42 +03:00
parent 9f18fa84b6
commit a6fbe76f5a
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ log_vendor() {
check_vb() {
if [ "$(fw_printenv -n totalmem)" = "64M" ] && [ "$(fw_printenv -n rmem)" = "40M" ]; then
log_vendor "Setting osmem & rmem..."
log_vendor "Setting osmem, rmem & blkcnt..."
fw_setenv osmem 39M && fw_setenv rmem 25M@0x2700000 && cli -s .isp.blkCnt 1 && reboot
fi
}