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."