From 5b5512af929b624057c807c24a2e97fcf27c8c83 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 6 Jan 2019 12:28:46 -0800 Subject: [PATCH] Update debian-stretch_pt3.sh --- base-build/debian-stretch_pt3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-build/debian-stretch_pt3.sh b/base-build/debian-stretch_pt3.sh index 0c0c6be..c59e237 100644 --- a/base-build/debian-stretch_pt3.sh +++ b/base-build/debian-stretch_pt3.sh @@ -5,7 +5,7 @@ RELEASE= echo " " -echo "INFO ! Cleaning up pt2 of script from base image" +echo "INFO ! Cleaning up pt2 of script from base image." rm -frv /debian-stretch/debian-stretch_pt2.sh sleep 1 echo " " @@ -26,7 +26,7 @@ echo "INFO ! Uploading image to ftp server." ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /files debian-stretch.tar.bz2 sleep 1 echo " " -echo "INFO ! Removing temp files" +echo "INFO ! Removing temp files." rm -fr debian-stretch rm -fr debian-stretch.tar.bz2 exit