From 95dac5696e2a57139616e376bbe65a4e527bd9f5 Mon Sep 17 00:00:00 2001 From: glaubway Date: Wed, 15 Nov 2023 21:55:45 +0000 Subject: Update script ex with the correct "source" syntax --- docs/automation/command-scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/automation') diff --git a/docs/automation/command-scripting.rst b/docs/automation/command-scripting.rst index 64564e5a..c8a72a36 100644 --- a/docs/automation/command-scripting.rst +++ b/docs/automation/command-scripting.rst @@ -94,7 +94,7 @@ Here is a simple example: #!/bin/vbash source /opt/vyatta/etc/functions/script-template configure - source < /config/scripts/setfirewallgroup.py + source <(/config/scripts/setfirewallgroup.py) commit -- cgit v1.2.3