mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
upgradeFromGit : fix bug
This commit is contained in:
parent
c273f59bd1
commit
dc3f99c284
1 changed files with 2 additions and 2 deletions
|
@ -167,11 +167,11 @@ fi
|
||||||
|
|
||||||
if [ $BUILD_DOC -eq 1 ]
|
if [ $BUILD_DOC -eq 1 ]
|
||||||
then
|
then
|
||||||
msg "-> Do you want export the documentation (y/N) ? " -en
|
msg "-> Do you want build the documentation (y/N) ? " -en
|
||||||
read a
|
read a
|
||||||
if [ "$a" == "y" -o "$a" == "Y" ]
|
if [ "$a" == "y" -o "$a" == "Y" ]
|
||||||
then
|
then
|
||||||
msg "-> Export the doc : " -en
|
msg "-> Build the doc : " -en
|
||||||
cd $ROOT_DIR/doc >> $LOG_FILE 2>&1 && make >> $LOG_FILE 2>&1 && cd - >> $LOG_FILE 2>&1
|
cd $ROOT_DIR/doc >> $LOG_FILE 2>&1 && make >> $LOG_FILE 2>&1 && cd - >> $LOG_FILE 2>&1
|
||||||
if [ $? -gt 0 ]
|
if [ $? -gt 0 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue