mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 18:58:21 +00:00
twaeking
This commit is contained in:
parent
bb3f99c058
commit
d6536fda3d
1 changed files with 4 additions and 4 deletions
|
@ -798,13 +798,13 @@ rm -rf /etc/issue.d/cockpit.issue && \
|
||||||
rm -rf /etc/motd.d/cockpit && \
|
rm -rf /etc/motd.d/cockpit && \
|
||||||
rm -rf /etc/issue.net && \
|
rm -rf /etc/issue.net && \
|
||||||
rm -rf /etc/motd && \
|
rm -rf /etc/motd && \
|
||||||
|
systemctl restart console-setup.service
|
||||||
|
|
||||||
if [ "$myTPOT_DEPLOYMENT_TYPE" == "auto" ];
|
if [ "$myTPOT_DEPLOYMENT_TYPE" == "auto" ];
|
||||||
then
|
then
|
||||||
echo "Done. Please reboot."
|
echo "Done. Please reboot."
|
||||||
else
|
else
|
||||||
reset
|
sleep 2
|
||||||
dialog --clear --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Thanks for your patience. Now rebooting. ]" --pause "" 6 80 2 && \
|
fuBANNER "Rebooting ..."
|
||||||
systemctl restart console-setup.service
|
|
||||||
dialog --clear
|
|
||||||
reboot
|
reboot
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue