From d24efbad8002eed3f2170766664445366a67b0e1 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sat, 4 Jul 2020 07:11:24 -0700 Subject: [PATCH] Update debian-stretch_pt3.sh --- base-build/debian-stretch_pt3.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base-build/debian-stretch_pt3.sh b/base-build/debian-stretch_pt3.sh index 7a952f3..879df72 100644 --- a/base-build/debian-stretch_pt3.sh +++ b/base-build/debian-stretch_pt3.sh @@ -26,5 +26,8 @@ sleep 1 echo " " echo "INFO ! Removing temp files." rm -fr debian-stretch -rm -fr debian-stretch.tar.bz2 +rm -frv debian-stretch.tar.bz2 +echo " " +echo "INFO ! Done." +echo " " exit