mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59: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 ]
|
||||
then
|
||||
msg "-> Do you want export the documentation (y/N) ? " -en
|
||||
msg "-> Do you want build the documentation (y/N) ? " -en
|
||||
read a
|
||||
if [ "$a" == "y" -o "$a" == "Y" ]
|
||||
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
|
||||
if [ $? -gt 0 ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue