diff --git a/functions/restore_func.sh b/functions/restore_func.sh index 1799ee8..9efed8a 100644 --- a/functions/restore_func.sh +++ b/functions/restore_func.sh @@ -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." @@ -135,4 +135,4 @@ function restore_func() { remove_backup_tmp cecho "Data restored!" -} \ No newline at end of file +}