From aeccdaf6434dd9b3e2bbc811e8dc8858bfa0d4bc Mon Sep 17 00:00:00 2001 From: Script Proyect by HP3ICC Date: Mon, 19 Aug 2024 14:59:21 +0000 Subject: [PATCH] Update ipv6on-custom.sh --- install/ipv6on-custom.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/ipv6on-custom.sh b/install/ipv6on-custom.sh index bffeb84..63d045b 100644 --- a/install/ipv6on-custom.sh +++ b/install/ipv6on-custom.sh @@ -27,8 +27,8 @@ update-grub 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 +45,8 @@ reboot esac done exit 0 -EOFXD +#EOFXD -chmod +x /tmp/completado.sh +#chmod +x /tmp/completado.sh #history -c && history -w -sh /tmp/completado.sh +#sh /tmp/completado.sh