refs #273 changes kea conf order execution
parent
2e775b6dc0
commit
03924cd3b2
|
@ -829,13 +829,6 @@ pushd $WORKDIR
|
||||||
checkDependencies
|
checkDependencies
|
||||||
install_kea
|
install_kea
|
||||||
|
|
||||||
# Configuración ejemplo DHCP.
|
|
||||||
keaDhcpConfigure
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
errorAndLog "Error while copying your dhcp server files!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# Si es necesario, descarga el repositorio de código en directorio temporal
|
# Si es necesario, descarga el repositorio de código en directorio temporal
|
||||||
if [ $REMOTE -eq 1 ]; then
|
if [ $REMOTE -eq 1 ]; then
|
||||||
|
@ -869,6 +862,13 @@ if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Configuración ejemplo DHCP.
|
||||||
|
keaDhcpConfigure
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
errorAndLog "Error while copying your dhcp server files!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Configuración de TFTP.
|
# Configuración de TFTP.
|
||||||
tftpConfigure
|
tftpConfigure
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue