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
. test.sh
#. firewall.sh
#. interfaces.sh
#. nat.sh
#. qos.sh
#. service.sh
#. system.sh
source test.sh
#source firewall.sh
#source interfaces.sh
#source nat.sh
#source qos.sh
#source service.sh
#source system.sh
compare
commit
save
exit