summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-15 09:41:37 +0200
committerGitHub <noreply@github.com>2023-07-15 09:41:37 +0200
commit009f55ab7f7e51d032ae24a1141afd2e7c00f26c (patch)
tree67b8eb8ebdba1351274da5571ec7ec99abd0ce4f
parentd91ed326d7a8509acc1f41d0bbe5720424a05018 (diff)
parent3d03a0b9c9e53976de377332fb334307c7e88f06 (diff)
downloadvyatta-cfg-009f55ab7f7e51d032ae24a1141afd2e7c00f26c.tar.gz
vyatta-cfg-009f55ab7f7e51d032ae24a1141afd2e7c00f26c.zip
Merge pull request #65 from cuongdt1994/current
T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable
-rwxr-xr-xscripts/vyatta-cfg-cmd-wrapper1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper
index 896f7ed..3102690 100755
--- a/scripts/vyatta-cfg-cmd-wrapper
+++ b/scripts/vyatta-cfg-cmd-wrapper
@@ -25,6 +25,7 @@
# some env variables are needed
export vyatta_sysconfdir=/opt/vyatta/etc
export vyatta_sbindir=/opt/vyatta/sbin
+export vyos_libexec_dir=/usr/libexec/vyos
LOGFILE=/var/log/vyatta/vyatta-commit.log