summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-07-26 16:31:38 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-07-26 16:31:38 -0500
commit1237bd3e937bc84aba150c97a38941afbb29df69 (patch)
tree90842c1f6e1d30986ee6c7d3e24feee71969ef19
parenta9ef0e34f43c8b234e3d061e9f4b206543bbd07c (diff)
downloadvyatta-cfg-1237bd3e937bc84aba150c97a38941afbb29df69.tar.gz
vyatta-cfg-1237bd3e937bc84aba150c97a38941afbb29df69.zip
Bugfix 7374: remove redundant calls to commit on boot
-rwxr-xr-xscripts/vyatta-boot-config-loader4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/vyatta-boot-config-loader b/scripts/vyatta-boot-config-loader
index d7359fb..d9c0903 100755
--- a/scripts/vyatta-boot-config-loader
+++ b/scripts/vyatta-boot-config-loader
@@ -49,9 +49,7 @@ umask 0002
trace '-- begin commit'
ret=0
export COMMIT_VIA=boot-config-loader
- do_commit -a
- do_commit -s
- if ! do_commit -e -d; then
+ if ! do_commit ; then
do_log err 'Commit failed at boot.'
trace '-- commit failed'
ret=1