Skip to content

Commit

Permalink
Fix: backup time estimate not showing after formatting SD card
Browse files Browse the repository at this point in the history
  • Loading branch information
doozan committed Oct 25, 2013
1 parent 238a991 commit 64cdc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NookManager/menu/backup
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ until [ "$key" -eq "3" ]; do
if [[ "$key" -eq "2" ]]; then
$SCRIPT/menu -t "$title" -h "$header" -f "Formatting free space on SD card..."
footer=`$SCRIPT/format_unused_sdcard`
header=""
header="It will take 15-45 minutes to create a backup."
button2=""
button4="Create backup ->"

Expand Down

0 comments on commit 64cdc42

Please sign in to comment.