Skip to content

Commit

Permalink
Merge pull request #133 from klenze/internal_storage_filename_fix
Browse files Browse the repository at this point in the history
removed wildcard from adb push for restoring internal storage
  • Loading branch information
mrrfv authored Dec 29, 2024
2 parents d570a14 + d785282 commit 10110db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/restore_func.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function restore_func() {

# Restore internal storage
cecho "Restoring internal storage."
adb push ./backup-tmp/Storage/* /storage/emulated/0
adb push ./backup-tmp/Storage/ /storage/emulated/0/

# Restore contacts
cecho "Pushing backed up contacts to device."
Expand All @@ -135,4 +135,4 @@ function restore_func() {
remove_backup_tmp

cecho "Data restored!"
}
}

0 comments on commit 10110db

Please sign in to comment.