ponmngr: Fix LOID password on Airoha.

The LOID password can never have worked on
Airoha since the syntax is wrong.
This commit is contained in:
Markus Gothe 2024-03-05 14:48:01 +01:00
parent 380daf4a00
commit 504d124486

View file

@ -35,7 +35,7 @@ set_loid_authentication() {
/userfs/bin/omcicfgCmd set loid ${loid}
if [ -n "$loid_pwd" ]; then
/userfs/bin/omcicfgCmd set loid_password ${loid_pwd}
/userfs/bin/omcicfgCmd set loidPasswd ${loid_pwd}
fi
}