diff options
author | ramon <ramongomez@us.es> | 2016-10-25 11:18:56 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-10-25 11:18:56 +0000 |
commit | 6777e3e62598f75331451bb691a5f77ac1af8fd4 (patch) | |
tree | cb3a156a1e11b74092e689f579ea606e8b891caf /installer/opengnsys_update.sh | |
parent | f029b3bb0a912c2e218e7ea3130e43941cca2285 (diff) |
#730 #755: Instalador y actualizador copian scripts de exportar e importar datos; actualizar lista de tickets cerrados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5046 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index dff98d1f..5e46ea70 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -678,6 +678,8 @@ function updateServerFiles() admin/Sources/Services/ogAdmRepoAux \ server/tftpboot \ installer/opengnsys_uninstall.sh \ + installer/opengnsys_export.sh \ + installer/opengnsys_import.sh \ doc ) local TARGETS=( bin \ bin \ @@ -686,6 +688,8 @@ function updateServerFiles() sbin/ogAdmRepoAux \ tftpboot \ lib/opengnsys_uninstall.sh \ + lib/opengnsys_export.sh \ + lib/opengnsys_import.sh \ doc ) if [ ${#SOURCES[@]} != ${#TARGETS[@]} ]; then |