48102cee50
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@27 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
if ! getipmi.awk 301; then
|
|
getipmi.awk 300;
|
|
fi
|