mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update ipv6on-custom.sh
This commit is contained in:
parent
aeccdaf643
commit
e6789a4f04
|
|
@ -26,9 +26,8 @@ update-grub
|
|||
# Reiniciar para aplicar los cambios
|
||||
echo "Reiniciando el sistema para aplicar los cambios..."
|
||||
#reboot
|
||||
|
||||
#cat > /tmp/completado.sh << "EOFXD"
|
||||
##!/bin/bash
|
||||
cat > /tmp/completado.sh << "EOFXD"
|
||||
#!/bin/bash
|
||||
while : ; do
|
||||
choix=$(whiptail --title "Script Proyect HP3ICC Esteban Mackay 73." --menu "Al finalizar el reinicio escriba menu-adn2 para configurar su servidor. / At the end of the reboot type menu-adn2 to configure your server." 13 46 2 \
|
||||
1 " Iniciar Reinicio / Start Reboot " 3>&1 1>&2 2>&3)
|
||||
|
|
@ -45,8 +44,8 @@ reboot
|
|||
esac
|
||||
done
|
||||
exit 0
|
||||
#EOFXD
|
||||
|
||||
#chmod +x /tmp/completado.sh
|
||||
EOFXD
|
||||
#
|
||||
chmod +x /tmp/completado.sh
|
||||
#history -c && history -w
|
||||
#sh /tmp/completado.sh
|
||||
sh /tmp/completado.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue