Skip to content

Commit

Permalink
Update Install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOddball authored Apr 17, 2022
1 parent 2399ac0 commit 7b1bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b1bcc6

Please sign in to comment.