delete failed download

This commit is contained in:
rootzoll 2018-08-20 22:51:50 +02:00
parent be05870b9b
commit 563972f0f2

View File

@ -156,7 +156,7 @@ if [ ${finalSize} -lt ${targetSize} ]; then
dialog --title " WARNING " --yesno "The download failed or is not complete. Maybe try again (later). Do you want keep already downloaded data for next try?" 8 57
response=$?
case $response in
1) sudo rm -rf ${targetDir}${targetPath} ;;
1) sudo rm -rf ${targetDir} ;;
esac
./00mainMenu.sh
exit 1;