Update debian-stretch_pt3.sh

This commit is contained in:
fithwum
2019-01-06 12:28:46 -08:00
parent 28c93c44fe
commit 5b5512af92

View File

@@ -5,7 +5,7 @@
RELEASE= RELEASE=
echo " " 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 rm -frv /debian-stretch/debian-stretch_pt2.sh
sleep 1 sleep 1
echo " " 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 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 rm -fr debian-stretch.tar.bz2
exit exit