From e628bde3bfa4f0b0544652465925fa781bc16fd5 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Fri, 15 Nov 2019 10:26:50 -0800 Subject: [PATCH] Update debian-stretch_pt3.sh --- base-build/debian-stretch_pt3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-build/debian-stretch_pt3.sh b/base-build/debian-stretch_pt3.sh index 3814f9a..afba602 100644 --- a/base-build/debian-stretch_pt3.sh +++ b/base-build/debian-stretch_pt3.sh @@ -21,7 +21,7 @@ du --human-readable --summarize debian-stretch.tar.bz2 sleep 10 echo " " echo "INFO ! Uploading image to ftp server." -ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /files debian-stretch.tar.bz2 +ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /ftp debian-stretch.tar.bz2 sleep 1 echo " " echo "INFO ! Removing temp files."