Initial commit
This commit is contained in:
commit
b78154d176
8 changed files with 84 additions and 0 deletions
9
startup.sh
Normal file
9
startup.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
echo $IDRAC_HOST >> /host.txt
|
||||
echo $IDRAC_USER >> /user.txt
|
||||
echo $IDRAC_PW >> /pw.txt
|
||||
echo $FANSPEED >> /fanspeed.txt
|
||||
|
||||
echo "Host: `cat /host.txt`"
|
||||
echo "User: `cat /user.txt`"
|
||||
echo "PW: `cat /pw.txt`"
|
||||
echo "Fan speed `cat /fanspeed.txt`"
|
||||
Loading…
Add table
Add a link
Reference in a new issue