refs #273 #310 fix bug in ogadmcompilation

ogboot_installer
qindel 2024-05-14 06:32:19 +00:00
parent bb6a73ed36
commit ff480027c1
1 changed files with 1 additions and 1 deletions

View File

@ -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