mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
edit dialog
This commit is contained in:
parent
7c9912e4df
commit
c80c1570ac
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ if [ "$1" = "on" ]; then
|
|||
${backupCandidate[0]}
|
||||
|
||||
THIS WILL DELETE ALL DATA ON THAT DEVICE!
|
||||
" 11 60
|
||||
" 10 60
|
||||
echo $?
|
||||
exit 1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "# CANCEL"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue