From 750af331aa5fbc68ff485b930162986b95830ef1 Mon Sep 17 00:00:00 2001 From: Fredy Date: Tue, 12 Jun 2018 13:06:01 +0200 Subject: #837 devel update script --- .../pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh b/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh index 6d84a35d..174eb2c6 100755 --- a/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh +++ b/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh @@ -378,13 +378,6 @@ function updateClientFiles() backupFile $ENGINECFG echoAndLog "${FUNCNAME}(): Updating OpenGnsys Client files" - # Actualizar librerías del motor de clonación. - echoAndLog "${FUNCNAME}(): Updating OpenGnsys Cloning Engine files" - rsync -irplt $WORKDIR/opengnsys/client/engine/*.lib* $INSTALL_TARGET/client/lib/engine/bin - if [ $? -ne 0 ]; then - errorAndLog "${FUNCNAME}(): error while updating engine files" - exit 1 - fi # Actualizar fichero de configuración del motor de clonación. if ! grep -q "^TZ" $ENGINECFG; then TZ=$(timedatectl status | awk -F"[:()]" '/Time.*zone/ {print $2}') -- cgit v1.2.3-18-g5258