mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-22 09:32:27 +00:00
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
|