From 26335f877539ad13042d28e33e8171aa7c6f5b3b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 28 Oct 2018 15:27:47 +0100 Subject: T570: use the edit level agnostic option for config export on commit archiving. --- scripts/vyatta-commit-push.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-commit-push.pl b/scripts/vyatta-commit-push.pl index 17332d0..6edfd10 100755 --- a/scripts/vyatta-commit-push.pl +++ b/scripts/vyatta-commit-push.pl @@ -56,7 +56,7 @@ if (scalar(@uris) < 1) { my $last_push_file = cm_get_last_push_file(); my $tmp_push_file = "/tmp/config.boot.$$"; -my $cmd = 'cli-shell-api showCfg --show-active-only'; +my $cmd = 'cli-shell-api showConfig --show-ignore-edit --show-active-only'; system("$cmd > $tmp_push_file"); if (-e $last_push_file and compare($last_push_file, $tmp_push_file) == 0) { -- cgit v1.2.3