Update debian-stretch_pt3.sh

This commit is contained in:
fithwum
2019-01-06 12:00:38 -08:00
parent 39822eb7e8
commit 2499370f99

View File

@@ -20,9 +20,10 @@ du --human-readable --summarize debian-stretch.tar.bz2
sleep 10 sleep 10
echo " " echo " "
echo "INFO ! Uploading image to ftp." 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 sleep 1
echo " " echo " "
echo "INFO ! Removing temp files" echo "INFO ! Removing temp files"
rm -fr debian-stretch rm -fr debian-stretch
rm -fr debian-stretch.tar.bz2
exit exit