From abb84e2a9b493b05d2963a1ceee2bde7ae5f43a0 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 4 Feb 2019 17:24:21 +0100 Subject: [PATCH] tweaking --- bin/dps.sh | 2 +- iso/installer/install.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/dps.sh b/bin/dps.sh index 29a89fac..09d6c098 100755 --- a/bin/dps.sh +++ b/bin/dps.sh @@ -9,7 +9,7 @@ myWHITE="" myMAGENTA="" function fuGETSTATUS { -grc docker ps -f status=running -f status=exited --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | grep -v "NAME" | sort +grc --colour=on docker ps -f status=running -f status=exited --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | grep -v "NAME" | sort } function fuGETSYS { diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 5dd23b04..01a999ec 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -784,6 +784,10 @@ apt-get autoremove -y 2>&1 | dialog --title "[ Cleaning up ]" $myPROGRESSBOXCONF # Final steps cp /opt/tpot/host/etc/rc.local /etc/rc.local 2>&1>/dev/null && \ rm -rf /root/installer 2>&1>/dev/null && \ +rm -rf /etc/issue.d/cockpit.issue 2>&1>/dev/null && \ +rm -rf /etc/motd.d/cockpit 2>&1>/dev/null && \ +rm -rf /etc/issue.net 2>&1>/dev/null && \ +rm -rf /etc/motd 2>&1>/dev/null && \ if [ "$myTPOT_DEPLOYMENT_TYPE" == "auto" ]; then echo "Done. Please reboot."