refs #273 changes kea conf order execution
parent
2e775b6dc0
commit
03924cd3b2
|
@ -829,13 +829,6 @@ pushd $WORKDIR
|
|||
checkDependencies
|
||||
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
|
||||
if [ $REMOTE -eq 1 ]; then
|
||||
|
@ -869,6 +862,13 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
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.
|
||||
tftpConfigure
|
||||
|
||||
|
|
Loading…
Reference in New Issue