mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
buildDoc.sh : Added buildDocExports.sh exection if is defined
This commit is contained in:
parent
c079b0adf2
commit
62bb6c55a1
1 changed files with 4 additions and 1 deletions
|
@ -34,4 +34,7 @@ do
|
||||||
done
|
done
|
||||||
echo done.
|
echo done.
|
||||||
|
|
||||||
|
if [ -n "$EXPORT_DOC_DIR" ]
|
||||||
|
then
|
||||||
|
$ROOT_DIR/buildDocExports.sh
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue