git-svn-id: https://opengnsys.es/svn/trunk@775 a21b9725-9963-47de-94b9-378ad31fedc9

remotes/github/debian-pkg
jcxifre 2010-02-26 12:34:58 +00:00
parent 3320409480
commit cf2142eac8
1 changed files with 12 additions and 0 deletions

View File

@ -190,6 +190,18 @@ function getNetworkSettings()
####### Funciones específicas de la instalación de Opengnsys
#####################################################################
# Copiar ficheros de arranque de los servicios del sistema de OpenGnSys
function updateServicesStart(){
echoAndLog "${FUNCNAME}(): Updating /etc/init.d/opengnsys ..."
cp -p $WORKDIR/opengnsys/admin/Services/opengnsys.init /etc/init.d/opengnsys
if [ $? != 0 ]; then
errorAndLog "${FUNCNAME}(): Error updating /etc/init.d/opengnsys"
exit 1
fi
echoAndLog "${FUNCNAME}(): /etc/init.d/opengnsys updated successfully."
}
# Copiar ficheros del OpenGnSys Web Console.
function updateWebFiles()
{