removed trailing ` at parse script

This commit is contained in:
Russel Yasol
2024-03-27 10:59:28 +08:00
parent 3a506a5eb2
commit 6eff6d28cb

View File

@@ -71,7 +71,7 @@ get_secondary_bands_sa() {
if [ -z "$SC_BANDS" ]; then
SC_BANDS="-"
fi
}``
}
# Get the modem model from /tmp/modemmodel.txt and parse it
MODEM_MODEL=$(</tmp/modemmodel.txt)