summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2016-10-25 11:18:56 +0000
committerramon <ramongomez@us.es>2016-10-25 11:18:56 +0000
commit6777e3e62598f75331451bb691a5f77ac1af8fd4 (patch)
treecb3a156a1e11b74092e689f579ea606e8b891caf /installer
parentf029b3bb0a912c2e218e7ea3130e43941cca2285 (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-xinstaller/opengnsys_installer.sh4
-rwxr-xr-xinstaller/opengnsys_update.sh4
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