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