diff options
Diffstat (limited to 'lenovobios_firstflash')
-rwxr-xr-x | lenovobios_firstflash | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lenovobios_firstflash b/lenovobios_firstflash index 9120001..2d8ccec 100755 --- a/lenovobios_firstflash +++ b/lenovobios_firstflash @@ -57,14 +57,10 @@ else exit 1 fi -# Set mucts -$errOut = " \ - BUCTS failed. Make sure BUC.TS is 1, or else you will brick your machine. \ - ABORTING so as to protect against bricking the machine. \ - " +# Set bucts # this means we are working in src if [ ! -f "$bucts" ]; then - echo "$errOut" + echo "BUCTS failed. Make sure BUC.TS is 1, or else you will brick your machine. ABORTING so as to protect against bricking the machine." exit 1 fi |