summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPineAndMoon <pine-and-moon@outlook.com>2019-06-24 01:11:13 +0800
committerGitHub <noreply@github.com>2019-06-24 01:11:13 +0800
commit88b7a701889c75c1359e37a9e41ff15310c374c6 (patch)
tree0daa75026ffeb2a72b57d39deca13896cf42b0a1 /docs
parent11491ec0ee031945c8ed710e6808324032e20e0a (diff)
downloadvyos-documentation-88b7a701889c75c1359e37a9e41ff15310c374c6.tar.gz
vyos-documentation-88b7a701889c75c1359e37a9e41ff15310c374c6.zip
Update commandscripting.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/commandscripting.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/commandscripting.rst b/docs/commandscripting.rst
index 15977b30..cc10d299 100644
--- a/docs/commandscripting.rst
+++ b/docs/commandscripting.rst
@@ -67,7 +67,7 @@ Here is a simple example:
.. code-block:: sh
- #!bin/vbash
+ #!/bin/vbash
source /opt/vyatta/etc/functions/script-template
configure
@@ -123,4 +123,4 @@ The default file looks like this:
# or use services not available through the VyOS CLI system can be placed here.
.. hint::
- For configuration/upgrade management issues, modification of this script should be the last option. Always try to find solutions based on CLI commands first. \ No newline at end of file
+ For configuration/upgrade management issues, modification of this script should be the last option. Always try to find solutions based on CLI commands first.