From 78b033bf52dd2ac22dc0546c94bf99c40dddac35 Mon Sep 17 00:00:00 2001 From: Jack <56127525+That-Guy-Jack@users.noreply.github.com> Date: Fri, 21 May 2021 11:05:05 +0100 Subject: [PATCH] Update Install.sh --- Install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Install.sh b/Install.sh index 781267c..026fdf9 100644 --- a/Install.sh +++ b/Install.sh @@ -27,7 +27,8 @@ if [ $input = yes ] ; then echo "Downloaded autofan.sh Change Placeholders with correct info" echo "Please Visit the Github Page to Follow Instructions" echo "https://github.com/That-Guy-Jack/HP-ILO-Fan-Control" - else + exit 1 + else if [ $server = 2 ] ; then echo "Preping autofan.sh for DL380p " cd / echo "Downloading Latest autofan.sh" @@ -37,6 +38,9 @@ if [ $input = yes ] ; then echo "Downloaded autofan.sh Change Placeholders with correct info" echo "Please Visit the Github Page to Follow Instructions" echo "https://github.com/That-Guy-Jack/HP-ILO-Fan-Control" + exit 1 + else + echo "incorrect answer :<" exit 1 else echo " :( exitting"