summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/vyatta-commit-revs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-commit-revs.pl b/scripts/vyatta-commit-revs.pl
index f9fd2ff..7678a43 100755
--- a/scripts/vyatta-commit-revs.pl
+++ b/scripts/vyatta-commit-revs.pl
@@ -64,7 +64,7 @@ if (! -d $archive_dir) {
system("sudo chown vyatta:vyattacfg $archive_dir");
}
if (! defined $rollback) {
- my $cmd = '/opt/vyatta/sbin/vyatta-save-config.pl';
+ my $cmd = '/usr/libexec/vyos/vyos-save-config.py';
system("$cmd $tmp_config_file > /dev/null");
if (compare($tmp_config_file, $last_commit_file) == 0) {
exit 0;