parent
bb6a73ed36
commit
ff480027c1
|
@ -439,7 +439,7 @@ function servicesCompilation ()
|
||||||
# Compilar OpenGnsys Client
|
# Compilar OpenGnsys Client
|
||||||
echoAndLog "${FUNCNAME}(): Compiling OpenGnsys Admin Client"
|
echoAndLog "${FUNCNAME}(): Compiling OpenGnsys Admin Client"
|
||||||
pushd $WORKDIR/ogboot/sources/clients/ogAdmClient
|
pushd $WORKDIR/ogboot/sources/clients/ogAdmClient
|
||||||
make && mv ogAdmClient ../../client/shared/bin
|
make && mv ogAdmClient ../../../client/shared/bin
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echoAndLog "${FUNCNAME}(): error while compiling OpenGnsys Admin Client"
|
echoAndLog "${FUNCNAME}(): error while compiling OpenGnsys Admin Client"
|
||||||
hayErrores=1
|
hayErrores=1
|
||||||
|
|
Loading…
Reference in New Issue