mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
With export of variables
This commit is contained in:
parent
23eb6c76ac
commit
f89a4cc459
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ if test ! -x "${SCRIPT}" ; then
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export BACKEND AC_MONITOR AC_CACHE AC_WITH_TLS
|
||||||
|
|
||||||
echo "Running ${SCRIPT}..."
|
echo "Running ${SCRIPT}..."
|
||||||
$SCRIPT
|
$SCRIPT
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue