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
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 2s
This commit is contained in:
parent
dbbc3d192e
commit
ab450c54f6
@ -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
|
Loading…
Reference in New Issue
Block a user