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 | |
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')
-rwxr-xr-x | installer/opengnsys_installer.sh | 4 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 3c23b87c..890b4806 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1220,6 +1220,8 @@ function copyServerFiles () admin/Sources/Services/ogAdmRepoAux installer/opengnsys_uninstall.sh \ installer/opengnsys_update.sh \ + installer/opengnsys_export.sh \ + installer/opengnsys_import.sh \ doc ) local TARGETS=( tftpboot \ bin \ @@ -1229,6 +1231,8 @@ function copyServerFiles () sbin \ lib \ lib \ + lib \ + lib \ doc ) if [ ${#SOURCES[@]} != ${#TARGETS[@]} ]; then 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 |