Comment 1 for bug 1266281

Revision history for this message
ron (goanalyticsapp) wrote :

Hi, try to edit dualboot.sh, find a line:
while ! [[ "$RECOVERY_STATE" == *$MODE ]]

change it to :
while ! [[ "$RECOVERY_STATE" == *$MODE* ]]