Merge pull request #1152 from glaubway/update-command-scripting

Update script ex with the correct "source" syntax
This commit is contained in:
Robert Göhler 2023-11-16 21:43:22 +01:00 committed by GitHub
commit 47b3c55785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ Here is a simple example:
#!/bin/vbash #!/bin/vbash
source /opt/vyatta/etc/functions/script-template source /opt/vyatta/etc/functions/script-template
configure configure
source < /config/scripts/setfirewallgroup.py source <(/config/scripts/setfirewallgroup.py)
commit commit