Fix storcli path
This commit is contained in:
parent
e24aed7d3a
commit
8730670624
|
@ -6,7 +6,7 @@ usage() {
|
|||
[ $# -eq 2 ] || usage
|
||||
trap 'kill -TERM $child 2>/dev/null' SIGTERM
|
||||
while true; do
|
||||
python /storcli.py > "$1.$$" &
|
||||
python /storcli.py --storcli_path=/usr/sbin/storcli > "$1.$$" &
|
||||
child=$!; wait $child
|
||||
mv "$1.$$" "$1"
|
||||
sleep "$2" &
|
||||
|
|
Loading…
Reference in New Issue