diff options
author | Sage Weil <sage@newdream.net> | 2009-01-17 19:06:03 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-01-17 19:06:03 +0100 |
commit | a4ab37719e968095a1c13023ee04de449f8a7da4 (patch) | |
tree | 922d82485085a598a28efc5221efde6eddce7a28 /src/stop.sh | |
parent | mds: carry RDCACHE|WRBUFFER through xlock. (diff) | |
download | ceph-a4ab37719e968095a1c13023ee04de449f8a7da4.tar.xz ceph-a4ab37719e968095a1c13023ee04de449f8a7da4.zip |
bash, not sh
Diffstat (limited to 'src/stop.sh')
-rwxr-xr-x | src/stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stop.sh b/src/stop.sh index d0f186d8307..9837a0affe1 100755 --- a/src/stop.sh +++ b/src/stop.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash do_killall() { pg=`pgrep -f crun.*$1` |