mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
parent
380daf4a00
commit
504d124486
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ set_loid_authentication() {
|
||||||
/userfs/bin/omcicfgCmd set loid ${loid}
|
/userfs/bin/omcicfgCmd set loid ${loid}
|
||||||
|
|
||||||
if [ -n "$loid_pwd" ]; then
|
if [ -n "$loid_pwd" ]; then
|
||||||
/userfs/bin/omcicfgCmd set loid_password ${loid_pwd}
|
/userfs/bin/omcicfgCmd set loidPasswd ${loid_pwd}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue