refs #273 #329 #310 changes order execution of ipxe script generation and nfs mount

pull/1/head
Luis Gerardo Romero Garcia 2024-04-24 12:40:49 +02:00
parent bd16356183
commit 1d3267fbb9
1 changed files with 8 additions and 1 deletions

View File

@ -147,6 +147,13 @@ if [ $? -ne 0 ]; then
exit 1
fi
generate_ipxe_script
if [ $? -ne 0 ]; then
echo "Error en la generación de scripts IPXE"
exit 1
fi
mount_NFS
if [ $? -ne 0 ]; then
echo "Error en el montaje NFS"
@ -154,4 +161,4 @@ if [ $? -ne 0 ]; then
fi
generate_ipxe_script