Switch to explicit 'source' command, add compare, commit, save to end of script
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-02-14 10:52:55 -08:00
parent dbbc3d192e
commit ab450c54f6

View File

@ -8,12 +8,15 @@ source /opt/vyatta/etc/functions/script-template
configure configure
. test.sh source test.sh
#. firewall.sh #source firewall.sh
#. interfaces.sh #source interfaces.sh
#. nat.sh #source nat.sh
#. qos.sh #source qos.sh
#. service.sh #source service.sh
#. system.sh #source system.sh
compare
commit
save
exit exit