mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
bash, not sh
This commit is contained in:
parent
6ffdd4367b
commit
a4ab37719e
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
killall cmon cmds crun
|
killall cmon cmds crun
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
./stop.sh
|
./stop.sh
|
||||||
rm core*
|
rm core*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
do_killall() {
|
do_killall() {
|
||||||
pg=`pgrep -f crun.*$1`
|
pg=`pgrep -f crun.*$1`
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
while [ 1 ]
|
while [ 1 ]
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user