From dd3461f816b985c5a11caa897604f4acb2539419 Mon Sep 17 00:00:00 2001 From: soumenganguly Date: Thu, 23 Apr 2015 11:33:30 +0530 Subject: Added minor changes to recovery.sh --- reinstall-recovery/recovery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall-recovery/recovery.sh b/reinstall-recovery/recovery.sh index 656b454..3934a42 100644 --- a/reinstall-recovery/recovery.sh +++ b/reinstall-recovery/recovery.sh @@ -112,7 +112,7 @@ installation() part_no_two=$(ls /dev/mmcblk0*) part_no_two=$(echo $part_no_two | cut -d' ' -f3) #Check for the second partition on the SD card. - if [ $part_no_two ='' ]; then + if [ "$part_no_two" == '' ]; then sh /mnt/bar /sd_card/fossee-os.tar.gz | tar xzpf - -C /nand_previous sync else -- cgit