From 8314170438a4f7be2a1991055da1eb62836ee976 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 12 Feb 2019 19:05:02 +0100 Subject: [PATCH] cleanup --- host/etc/issue | 21 --------------------- iso/installer/install.sh | 1 - 2 files changed, 22 deletions(-) delete mode 100644 host/etc/issue diff --git a/host/etc/issue b/host/etc/issue deleted file mode 100644 index 16398223..00000000 --- a/host/etc/issue +++ /dev/null @@ -1,21 +0,0 @@ - -┌────────────────────────────────────────────┐ -│ _____ ____ _ _ ___ _ _ │ -│|_ _| | _ \\ ___ | |_ / |( _ ) / / |│ -│ | |_____| |_) / _ \\| __| | |/ _ \\ | | |│ -│ | |_____| __/ (_) | |_ | | (_) || | |│ -│ |_| |_| \\___/ \\__| |_|\\___(_)_|_|│ -│ │ -└────────────────────────────────────────────┘ - - -,---- [ \n ] [ \d ] [ \t ] -| -| IP: -| SSH: -| WEB: -| ADMIN: -| -`---- - - diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 0071cafe..3b8c905a 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -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