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