diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-11-13 15:14:28 +0100 |
---|---|---|
committer | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-11-13 15:14:28 +0100 |
commit | 158461ac23f7ca18bd87d29d19bd29a799d6f641 (patch) | |
tree | ca9f56df71c3767ba82a1b579c5767370a4f8ed2 | |
parent | fix (diff) | |
download | hack-gpon.github.io-158461ac23f7ca18bd87d29d19bd29a799d6f641.tar hack-gpon.github.io-158461ac23f7ca18bd87d29d19bd29a799d6f641.tar.gz hack-gpon.github.io-158461ac23f7ca18bd87d29d19bd29a799d6f641.tar.bz2 hack-gpon.github.io-158461ac23f7ca18bd87d29d19bd29a799d6f641.tar.lz hack-gpon.github.io-158461ac23f7ca18bd87d29d19bd29a799d6f641.tar.xz hack-gpon.github.io-158461ac23f7ca18bd87d29d19bd29a799d6f641.tar.zst hack-gpon.github.io-158461ac23f7ca18bd87d29d19bd29a799d6f641.zip |
-rw-r--r-- | _ont/ont-nokia-use.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_ont/ont-nokia-use.md b/_ont/ont-nokia-use.md index d237d3e..1117398 100644 --- a/_ont/ont-nokia-use.md +++ b/_ont/ont-nokia-use.md @@ -1,5 +1,5 @@ # Usage -{% if !include.disableEnablePassword %} +{% unless include.disableEnablePassword==true %} ## Login and enable {% if include.alertEnablePassword %} @@ -19,7 +19,7 @@ The enable password can be generated using the following form: {% include cig_password.html username=include.username %} -{% endif %} +{% endunless %} # Accessing Full Shell |