From a0883da2c32091095e2b498dc674d3a35b2e8aef Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Tue, 30 Aug 2022 13:35:13 +0200 Subject: Fix AFM scripts path --- _ont/ont-technicolor-afm0002.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_ont/ont-technicolor-afm0002.md b/_ont/ont-technicolor-afm0002.md index 9328dab..1f4eebe 100644 --- a/_ont/ont-technicolor-afm0002.md +++ b/_ont/ont-technicolor-afm0002.md @@ -86,9 +86,9 @@ This stick supports dual boot. ## Getting/Setting the ONT's S/N ```sh -# /etc/scripts/bin flash get GPON_SN +# /etc/scripts/flash get GPON_SN GPON_SN=TMBB00000000 -# /etc/scripts/bin flash set GPON_SN TMBB0A1B2C3D +# /etc/scripts/flash set GPON_SN TMBB0A1B2C3D ``` ## Getting/Setting the ONT's PLOAM password @@ -96,9 +96,9 @@ GPON_SN=TMBB00000000 {% include alert.html content="The PLOAM password is stored in ASCII format" alert="Info" icon="svg-info" color="blue" %} ```sh -# /etc/scripts/bin flash get GPON_PLOAM_PASSWD +# /etc/scripts/flash get GPON_PLOAM_PASSWD GPON_PLOAM_PASSWD=AAAAAAAAAA -# /etc/scripts/bin flash set GPON_PLOAM_PASSWD AAAAAAAAAA +# /etc/scripts/flash set GPON_PLOAM_PASSWD AAAAAAAAAA ``` ## Enabling the Web UI @@ -225,8 +225,8 @@ The original file md5sum is: `4aea2f72bacc11256b7e2c1583d2ad4f` The patched file md5sum is: `da20327c4c002e4c27f82f6ee63dbc1a` ## Enabling PLOAM logging ```sh -/etc/scripts/bin flash set OMCI_DBGLVL 1 -/etc/scripts/bin flash set OMCI_DBGLOGFILE 1 +/etc/scripts/flash set OMCI_DBGLVL 1 +/etc/scripts/flash set OMCI_DBGLOGFILE 1 reboot /bin/omcicli set logfile 1 ffffffff ``` -- cgit v1.2.3