From 6f9df1a58dce0e7264748e787816aabee1b9b5bc Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Fri, 4 Jan 2019 10:31:44 -0800 Subject: [PATCH] Update debian-stretch_pt3.sh --- base-build/debian-stretch_pt3.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base-build/debian-stretch_pt3.sh b/base-build/debian-stretch_pt3.sh index 155922d..52574a2 100644 --- a/base-build/debian-stretch_pt3.sh +++ b/base-build/debian-stretch_pt3.sh @@ -4,6 +4,7 @@ RELEASE= +echo " " echo "INFO ! Cleaning up pt2 of script from base image script" rm -frv /debian-stretch/debian-stretch_pt2.sh sleep 1 @@ -19,10 +20,9 @@ du --human-readable --summarize debian-stretch.tar.bz2 sleep 10 echo " " echo "INFO ! Upload image to ftp." -sleep 1 ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /files debian-stretch.tar sleep 1 +echo " " +echo "INFO ! Removing temp files" rm -frv debian-stretch -rm -frv debian-stretch_pt2.sh -rm -frv debian-stretch_pt3.sh exit