mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
tweaking
This commit is contained in:
parent
b692ebd822
commit
1edd768a4b
2 changed files with 3 additions and 3 deletions
|
@ -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/)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue