From 43ed7cd5cc0157425364d21ff6d9d30bebb6f993 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 14 Aug 2015 23:16:46 +0200 Subject: Stop the execution of the script on error (completing commit 4d6b397) --- root-vi7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-vi7.sh b/root-vi7.sh index abe18c4..223e269 100644 --- a/root-vi7.sh +++ b/root-vi7.sh @@ -1,4 +1,4 @@ -#!/system/bin/sh -x +#!/system/bin/sh -x -e # Chuwi Vi7 SuperSU install script # Tailored for the stock Chuwi firmware -- cgit v1.2.3