The line should be change: 57 if [ $failsafe = "yes" ]; then to 57 if [ "$failsafe" = "yes" ]; then This script exits earlier when the $failsafe is empty. Reproducible: Always
Should be fixed in 1.2.0-r3. Thanks