From 1edd768a4b1ecddc772bd278268d23668e1675c3 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 15 Feb 2019 13:19:42 +0100 Subject: [PATCH] tweaking --- README.md | 4 ++-- iso/installer/install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd1acc1a..efd3583c 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 2fd90861..95b55927 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -801,7 +801,7 @@ if [ "$myTPOT_DEPLOYMENT_TYPE" == "auto" ]; then echo "Done. Please reboot." 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 dialog --clear reboot