mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
cleanup
This commit is contained in:
parent
f716c1fba8
commit
8314170438
2 changed files with 0 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
|||
[H[2J
|
||||
[0;35m┌───────────────[1;35m────────────────[0;37m─────────────┐[1;35m
|
||||
[0;35m│[1;35m [0;35m_____[0m [1;35m____[0m [1;35m_[0m [0;37m_[0m [0;37m___[0m [0;1;30;90m_[0m [0;1;30;90m_[0m [0;1;30;90m│[0m
|
||||
[1;35m│|_[1;35m [1;35m_|[0m [1;35m|[0m [1;35m_[0m [0;37m\\[0m [0;37m___[0m [0;37m|[0m [0;37m|_[0m [0;37m/[0m [0;1;30;90m|([0m [0;1;30;90m_[0m [0;1;30;90m)[0m [0;1;30;90m/[0m [0;1;30;90m/[0m [0;1;30;90m|│[0m
|
||||
[1;35m│[1;35m [1;35m|[0m [1;35m|__[0;37m___|[0m [0;37m|_)[0m [0;37m/[0m [0;37m_[0m [0;37m\\|[0m [0;1;30;90m__|[0m [0;1;30;90m|[0m [0;1;30;90m|/[0m [0;1;30;90m_[0m [0;1;30;90m\\[0m [0;35m|[0m [0;35m|[0m [0;35m|│[0m
|
||||
[0;37m│[1;35m [0;37m|[0m [0;37m|_____|[0m [0;37m__[0;1;30;90m/[0m [0;1;30;90m(_)[0m [0;1;30;90m|[0m [0;1;30;90m|_[0m [0;1;30;90m|[0m [0;35m|[0m [0;35m(_)[0m [0;35m||[0m [0;35m|[0m [0;35m|│[0m
|
||||
[0;37m│[1;35m [0;37m|_|[0m [0;1;30;90m|_|[0m [0;1;30;90m\\___/[0m [0;1;30;90m\\[0;35m__|[0m [0;35m|_|\\___(_[1;35m)_|_|│[0m
|
||||
[0;1;30;91;35m│[0m [1;35m│[0m
|
||||
[0;1;30;91;35m└───────[0;35m────────────────[1;35m────────────────[0;37m─────┘[0m
|
||||
|
||||
|
||||
,---- [ [1;35m\n[0m ] [ [0;35m\d[0m ] [ [1;30m\t[0m ]
|
||||
|
|
||||
| [1;35mIP:[0m
|
||||
| [0;35mSSH:[0m
|
||||
| [1;30mWEB:[0m
|
||||
| [1;35mADMIN:[0m
|
||||
|
|
||||
`----
|
||||
|
||||
|
|
@ -702,7 +702,6 @@ touch /data/nginx/log/error.log 2>&1 | dialog --keep-window --title "[ Creating
|
|||
# Let's copy some files
|
||||
tar xvfz /opt/tpot/etc/objects/elkbase.tgz -C / 2>&1 | dialog --keep-window --title "[ Extracting elkbase.tgz ]" $myPROGRESSBOXCONF
|
||||
cp /opt/tpot/host/etc/systemd/* /etc/systemd/system/ 2>&1 | dialog --keep-window --title "[ Copy configs ]" $myPROGRESSBOXCONF
|
||||
cp /opt/tpot/host/etc/issue /etc/ 2>&1 | dialog --keep-window --title "[ Copy configs ]" $myPROGRESSBOXCONF
|
||||
systemctl enable tpot 2>&1 | dialog --keep-window --title "[ Enabling service for tpot ]" $myPROGRESSBOXCONF
|
||||
|
||||
# Let's take care of some files and permissions
|
||||
|
|
Loading…
Reference in a new issue