mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-25 09:11:53 +01:00
moved error code
This commit is contained in:
parent
bfd3ff2eda
commit
8aa5e4e928
@ -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…
x
Reference in New Issue
Block a user