diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2021-06-23 15:08:48 -0300 |
---|---|---|
committer | fett0 <fernando.gmaidana@gmail.com> | 2021-06-23 15:08:48 -0300 |
commit | 48c9f47f2ad498c725db466ebaac31dc6a2e71a9 (patch) | |
tree | 62c1b62e7f66c7485c094948710b79aed8eb80d9 | |
parent | f0b233d760ce1066b023b412c425a7976880905d (diff) | |
download | vyos-documentation-48c9f47f2ad498c725db466ebaac31dc6a2e71a9.tar.gz vyos-documentation-48c9f47f2ad498c725db466ebaac31dc6a2e71a9.zip |
automation: add description preconfig on boot
-rw-r--r-- | docs/automation/command-scripting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/command-scripting.rst b/docs/automation/command-scripting.rst index c186257e..56c0817e 100644 --- a/docs/automation/command-scripting.rst +++ b/docs/automation/command-scripting.rst @@ -174,7 +174,7 @@ The default file looks like this: .. code-block:: none #!/bin/sh - # This script is executed at boot time after VyOS configuration is fullyßßßß + # This script is executed at boot time after VyOS configuration is fully # applied. Any modifications required to work around unfixed bugs or use # services not available through the VyOS CLI system can be placed here. |