From 88b7a701889c75c1359e37a9e41ff15310c374c6 Mon Sep 17 00:00:00 2001 From: PineAndMoon Date: Mon, 24 Jun 2019 01:11:13 +0800 Subject: Update commandscripting.rst --- docs/commandscripting.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3