mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
delete old data
This commit is contained in:
parent
8aa5e4e928
commit
f5e2efca35
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ if [ ${torrentError} -gt 0 ]; then
|
|||
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} ;;
|
||||
1) sudo rm -rf ${targetDir}; sudo rm -rf ${sessionDir} ;;
|
||||
esac
|
||||
./00mainMenu.sh
|
||||
exit 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue