Browse Source

delete failed download

#146
rootzoll 7 years ago
parent
commit
563972f0f2
  1. 2
      home.admin/50downloadHDD.sh

2
home.admin/50downloadHDD.sh

@ -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;

Loading…
Cancel
Save