From 1c8339edd51602c67c2a5a3ab09e4352671ba5be Mon Sep 17 00:00:00 2001 From: Matthew Rollings <1211162+stealthcopter@users.noreply.github.com> Date: Mon, 3 May 2021 19:45:34 +0100 Subject: [PATCH] Update deepce.sh --- deepce.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deepce.sh b/deepce.sh index baf7455..429817d 100755 --- a/deepce.sh +++ b/deepce.sh @@ -1196,7 +1196,8 @@ EOF if make 1>/dev/null ; then printSuccess "Done" else - printError "Failed to make. Do you have all the required libraries installed?" && exit 1 + printError "Failed to make. Do you have all the required libraries installed?" + exit 1 fi printQuestion "Mounting kernel module..."