From 2499370f99c07c25a177ad281c260bafe644fbf6 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 6 Jan 2019 12:00:38 -0800 Subject: [PATCH] Update debian-stretch_pt3.sh --- base-build/debian-stretch_pt3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base-build/debian-stretch_pt3.sh b/base-build/debian-stretch_pt3.sh index 53520b6..aff0e8d 100644 --- a/base-build/debian-stretch_pt3.sh +++ b/base-build/debian-stretch_pt3.sh @@ -20,9 +20,10 @@ du --human-readable --summarize debian-stretch.tar.bz2 sleep 10 echo " " echo "INFO ! Uploading image to ftp." -ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /files debian-stretch.tar +ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /files debian-stretch.tar.bz2 sleep 1 echo " " echo "INFO ! Removing temp files" rm -fr debian-stretch +rm -fr debian-stretch.tar.bz2 exit