From 7b1bcc671b3f8fbd9a7e4adbe66c3fc0f0d29e4f Mon Sep 17 00:00:00 2001 From: The Oddball Date: Sun, 17 Apr 2022 12:38:39 -0700 Subject: [PATCH] Update Install.sh --- Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.sh b/Install.sh index 18ca038..e14c648 100644 --- a/Install.sh +++ b/Install.sh @@ -17,7 +17,7 @@ if [ $input = yes ] ; then cd /etc/systemd/system/ wget https://raw.githubusercontent.com/That-Guy-Jack/HP-ILO-Fan-Control/main/Files/autofan.service echo "Finished making autofan.service" - echo "Which server are you running? DL360p G8 (1), or the DL380p G8 (2) [1] or [2] :" + echo "Which server are you running? DL360p G8 (1) or DL380p G8 (2) [1] or [2] :" read server if [ $server = 1 ] ; then echo "Preping autofan.sh for DL360p G8"