Switch to explicit 'source' command, add compare, commit, save to end of script
This commit is contained in:
parent
f331326ff0
commit
4c600de447
@ -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
|
Loading…
Reference in New Issue
Block a user