summaryrefslogtreecommitdiff
path: root/reinstall-recovery/recovery.sh
diff options
context:
space:
mode:
Diffstat (limited to 'reinstall-recovery/recovery.sh')
-rw-r--r--reinstall-recovery/recovery.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/reinstall-recovery/recovery.sh b/reinstall-recovery/recovery.sh
index 3934a42..03aa2dd 100644
--- a/reinstall-recovery/recovery.sh
+++ b/reinstall-recovery/recovery.sh
@@ -123,6 +123,20 @@ installation()
umount $ubuntu_dir
# /bin/sh
+<<<<<<< HEAD
+ echo ""
+ echo -e "\t\tInstallation complete."
+ sleep 2
+ echo ""
+ #umount /dev/mmcblk0p1
+ printf "\t\tPress ENTER to restart.[ Please remove the SD card first ]"
+ read read_restart
+ if $read_restart; then
+ reboot
+ else
+ echo "It shouldn't come here"
+ fi
+=======
echo ""
echo -e "\t\tInstallation complete."
sleep 2
@@ -136,6 +150,7 @@ installation()
echo "It shouldn't come here"
fi
+>>>>>>> backup-gui
}
#This functions presents the user with advanecd options where he/she can backup their data from previous installation or repair the current installation through shell prompt.