Update Install.sh

This commit is contained in:
Jack 2021-06-15 13:14:05 +01:00 committed by GitHub
parent 50811f877f
commit 23849c3e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#!/bin/bash
GNU nano 4.8 Install.sh Modified
##!/bin/bash
echo "You are about to Download/Install the required items for the HP ILO Fan control, "
echo "Do you accept that your are about to install? [yes] or [no] :"
read input
@ -28,7 +29,7 @@ if [ $input = yes ] ; then
echo "Please Visit the Github Page to Follow Instructions"
echo "https://github.com/That-Guy-Jack/HP-ILO-Fan-Control"
exit 1
else if [ $server = 2 ] ; then
elif [ $server = 2 ] ; then
echo "Preping autofan.sh for DL380p "
cd /
echo "Downloading Latest autofan.sh"
@ -39,10 +40,8 @@ if [ $input = yes ] ; then
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
fi
else
echo " :( exitting"
exit 1
fi
fi