Change dialog
This commit is contained in:
parent
79c5113a0f
commit
0a2005dc09
|
@ -934,7 +934,7 @@ function restore_data_from_storage {
|
||||||
choice=$(dialog --stdout --backtitle $"Freedombone" \
|
choice=$(dialog --stdout --backtitle $"Freedombone" \
|
||||||
--title "$RestoreStr" \
|
--title "$RestoreStr" \
|
||||||
--radiolist $'Choose:' \
|
--radiolist $'Choose:' \
|
||||||
30 40 20 $applist)
|
30 50 20 $applist)
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue