From 3ab078dbb65131acd9892279364db90b4f45b56b Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 28 Jun 2020 11:44:04 -0700 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 afba602..7a952f3 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 /ftp debian-stretch.tar.bz2 +ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /mnt/user/FTP debian-stretch.tar.bz2 sleep 1 echo " " echo "INFO ! Removing temp files."