diff options
Diffstat (limited to 'reinstall-recovery/recovery.sh')
-rw-r--r-- | reinstall-recovery/recovery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reinstall-recovery/recovery.sh b/reinstall-recovery/recovery.sh index 618d753..26bd3ad 100644 --- a/reinstall-recovery/recovery.sh +++ b/reinstall-recovery/recovery.sh @@ -116,7 +116,7 @@ installation() echo -e "\t\tInstallation complete." sleep 2 echo "" - umount /dev/mmcblk0p1 + #umount /dev/mmcblk0p1 printf "\t\tPress ENTER to restart.[ Please remove the SD card first ]" read read_restart if $read_restart; then |