summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-07-31 13:46:58 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-07-31 14:23:04 +0200
commit2694f24318db197de027f48b9358db7dd5381328 (patch)
tree6c010371c64ed221a7125069293d38732b6b5116 /installer
parentfe3a2548240d04f2fa3e47f334ee55e277057e07 (diff)
#993 Remove ogAdmServerAux
This patch removes ogAdmServerAux which is no longer needed. This script is replaced by the modifications performed on 'setclientmode' and a call to the ogServer API POST /modes.
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh1
-rwxr-xr-xinstaller/opengnsys_update.sh2
2 files changed, 0 insertions, 3 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 1419a138..086d34e6 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1275,7 +1275,6 @@ function copyServerFiles ()
server/bin \
repoman/bin \
server/lib \
- admin/Sources/Services/ogAdmServerAux
admin/Sources/Services/ogAdmRepoAux
installer/opengnsys_uninstall.sh \
installer/opengnsys_update.sh \
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 952d085c..502e2e9e 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -918,7 +918,6 @@ function updateServerFiles()
local SOURCES=( repoman/bin \
server/bin \
server/lib \
- admin/Sources/Services/ogAdmServerAux \
admin/Sources/Services/ogAdmRepoAux \
server/tftpboot \
/usr/lib/shim/shimx64.efi.signed \
@@ -930,7 +929,6 @@ function updateServerFiles()
local TARGETS=( bin \
bin \
lib \
- sbin/ogAdmServerAux \
sbin/ogAdmRepoAux \
tftpboot \
tftpboot/shimx64.efi.signed \