mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update ipv6on-custom.sh
This commit is contained in:
parent
219613ad0c
commit
6c90e581ef
|
|
@ -27,7 +27,7 @@ update-grub
|
||||||
echo "Reiniciando el sistema para aplicar los cambios..."
|
echo "Reiniciando el sistema para aplicar los cambios..."
|
||||||
#reboot
|
#reboot
|
||||||
|
|
||||||
cat > /tmp/completado.sh << "EOF"
|
cat > /tmp/completado.sh << "EOFXD"
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while : ; do
|
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 \
|
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 \
|
||||||
|
|
@ -45,8 +45,8 @@ reboot
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
exit 0
|
exit 0
|
||||||
EOF
|
EOFXD
|
||||||
|
|
||||||
chmod +x /tmp/completado.sh
|
chmod +x /tmp/completado.sh
|
||||||
#history -c && history -w
|
#history -c && history -w
|
||||||
|
sh /tmp/completado.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue