diff options
author | Fredy <aluque@soleta.eu> | 2018-06-12 13:06:01 +0200 |
---|---|---|
committer | Fredy <aluque@soleta.eu> | 2018-06-12 13:06:01 +0200 |
commit | 750af331aa5fbc68ff485b930162986b95830ef1 (patch) | |
tree | f9d51e554fb11dfd3614a4f05ceccc036eb464f7 | |
parent | 0d335ec9898404111b2b7f7739dd2db4bcfce77d (diff) |
#837 devel update script
-rwxr-xr-x | installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh | 7 |
1 files changed, 0 insertions, 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}') |