This commit is contained in:
t3chn0m4g3 2019-02-15 13:19:42 +01:00
parent b692ebd822
commit 1edd768a4b
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# T-Pot 18.11 # T-Pot 19.03
T-Pot 18.11 runs on the latest 18.04.x LTS Ubuntu Server Network Installer image, is based on T-Pot 19.03 runs on Debian (Sid), is based heavily on
[docker](https://www.docker.com/), [docker-compose](https://docs.docker.com/compose/) [docker](https://www.docker.com/), [docker-compose](https://docs.docker.com/compose/)

View file

@ -801,7 +801,7 @@ if [ "$myTPOT_DEPLOYMENT_TYPE" == "auto" ];
then then
echo "Done. Please reboot." echo "Done. Please reboot."
else else
dialog --keep-window --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Thanks for your patience. Now rebooting. ]" --pause "" 6 80 2 && \ dialog --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Thanks for your patience. Now rebooting. ]" --pause "" 6 80 2 && \
systemctl restart console-setup.service systemctl restart console-setup.service
dialog --clear dialog --clear
reboot reboot