From 2694f24318db197de027f48b9358db7dd5381328 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Fri, 31 Jul 2020 13:46:58 +0200 Subject: #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. --- installer/opengnsys_installer.sh | 1 - installer/opengnsys_update.sh | 2 -- 2 files changed, 3 deletions(-) (limited to 'installer') 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 \ -- cgit v1.2.3-18-g5258