mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
buildDocExports : Added export doc dir check
This commit is contained in:
parent
f7b6fbe143
commit
d67235123c
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$EXPORT_DOC_DIR" ]
|
||||||
|
then
|
||||||
|
echo "Error : Export directory $EXPORT_DOC_DIR does not exist !"
|
||||||
|
exit 2
|
||||||
|
fi
|
||||||
|
|
||||||
DOC_DIR=$ROOT_DIR/doc
|
DOC_DIR=$ROOT_DIR/doc
|
||||||
TMP_DIR=`mktemp -d`
|
TMP_DIR=`mktemp -d`
|
||||||
ERROR=0
|
ERROR=0
|
||||||
|
|
Loading…
Reference in a new issue