diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-15 09:41:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 09:41:37 +0200 |
commit | 009f55ab7f7e51d032ae24a1141afd2e7c00f26c (patch) | |
tree | 67b8eb8ebdba1351274da5571ec7ec99abd0ce4f | |
parent | d91ed326d7a8509acc1f41d0bbe5720424a05018 (diff) | |
parent | 3d03a0b9c9e53976de377332fb334307c7e88f06 (diff) | |
download | vyatta-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-x | scripts/vyatta-cfg-cmd-wrapper | 1 |
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 |