Browse Source

moved error code

#146
rootzoll 6 years ago
parent
commit
8aa5e4e928
  1. 2
      home.admin/50torrentHDD.sh

2
home.admin/50torrentHDD.sh

@ -245,7 +245,7 @@ if [ ${torrentError} -gt 0 ]; then
# User Cancel --> Torrent incomplete
sleep 3
echo -ne '\007'
dialog --title " WARNING " --yesno "The Torrent download failed or is not complete (maybe try FTP download next time. ${torrentError}). Do you want keep already downloaded torrent data?" 8 57
dialog --title " WARNING (${torrentError})" --yesno "The Torrent download failed or is not complete - maybe try FTP download next time. Do you want keep already downloaded torrent data?" 8 57
response=$?
case $response in
1) sudo rm -rf ${targetDir} ;;

Loading…
Cancel
Save