This commit is contained in:
t3chn0m4g3 2019-02-12 19:05:02 +01:00
parent f716c1fba8
commit 8314170438
2 changed files with 0 additions and 22 deletions

View file

@ -1,21 +0,0 @@

┌────────────────────────────────────────────┐
│ _____ ____ _ _ ___ _ _ │
│|_ _| | _ \\ ___ | |_ / |( _ ) / / |│
│ | |_____| |_) / _ \\| __| | |/ _ \\ | | |│
│ | |_____| __/ (_) | |_ | | (_) || | |│
│ |_| |_| \\___/ \\__| |_|\\___(_)_|_|│
│ │
└────────────────────────────────────────────┘
,---- [ \n ] [ \d ] [ \t ]
|
| IP:
| SSH:
| WEB:
| ADMIN:
|
`----

View file

@ -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