Update commandscripting.rst

This commit is contained in:
PineAndMoon 2019-06-24 01:11:13 +08:00 committed by GitHub
parent 11491ec0ee
commit 88b7a70188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
For configuration/upgrade management issues, modification of this script should be the last option. Always try to find solutions based on CLI commands first.