diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-02-21 15:12:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 15:12:15 +0100 |
commit | f4e246116194ec0ed5cbd7d634d2062c9604992c (patch) | |
tree | 40e25a733d2178ae4ae8fa897457f20d3a17b774 | |
parent | Update SC connector type on LEOX and AFM (#153) (diff) | |
download | hack-gpon.github.io-f4e246116194ec0ed5cbd7d634d2062c9604992c.tar hack-gpon.github.io-f4e246116194ec0ed5cbd7d634d2062c9604992c.tar.gz hack-gpon.github.io-f4e246116194ec0ed5cbd7d634d2062c9604992c.tar.bz2 hack-gpon.github.io-f4e246116194ec0ed5cbd7d634d2062c9604992c.tar.lz hack-gpon.github.io-f4e246116194ec0ed5cbd7d634d2062c9604992c.tar.xz hack-gpon.github.io-f4e246116194ec0ed5cbd7d634d2062c9604992c.tar.zst hack-gpon.github.io-f4e246116194ec0ed5cbd7d634d2062c9604992c.zip |
-rw-r--r-- | _ont/ont-huawei-ma5671a-rooted.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_ont/ont-huawei-ma5671a-rooted.md b/_ont/ont-huawei-ma5671a-rooted.md index 019610a..bca9512 100644 --- a/_ont/ont-huawei-ma5671a-rooted.md +++ b/_ont/ont-huawei-ma5671a-rooted.md @@ -33,7 +33,7 @@ layout: default ```shell -fw_setenv sfp_a2_info ($cat /tmp/sfp_a2.txt) +fw_setenv sfp_a2_info $(cat /tmp/sfp_a2.txt) ``` ## Temporary file procedure |