summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-05-21 11:01:32 +0200
committerGitHub <noreply@github.com>2024-05-21 11:01:32 +0200
commit9f55afc424b2c7cb885ea5b917e899141123de1c (patch)
tree8a723cb374d9a80ae934619341156c9e967aa2bc
parent7b2d9e1f68b76815ff6a4eaa3c668dbdbe7b236d (diff)
parent0d6e44179bae5f73d37502884194656b34b1c4f9 (diff)
downloadvyos-1x-9f55afc424b2c7cb885ea5b917e899141123de1c.tar.gz
vyos-1x-9f55afc424b2c7cb885ea5b917e899141123de1c.zip
Merge pull request #3489 from c-po/commit-archive
op-mode: T6367: fix "force commit-archive" TypeError
-rw-r--r--op-mode-definitions/force-commit-archive.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/force-commit-archive.xml.in b/op-mode-definitions/force-commit-archive.xml.in
index 162323c20..46836f967 100644
--- a/op-mode-definitions/force-commit-archive.xml.in
+++ b/op-mode-definitions/force-commit-archive.xml.in
@@ -6,7 +6,7 @@
<properties>
<help>Manually archive configuration</help>
</properties>
- <command>/usr/bin/config-mgmt</command>
+ <command>/etc/commit/post-hooks.d/02vyos-commit-archive; printf "\n"</command>
</leafNode>
</children>
</node>