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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
./stop.sh
|
||||
rm core*
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
do_killall() {
|
||||
pg=`pgrep -f crun.*$1`
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
while [ 1 ]
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user