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 | |
parent | mds: carry RDCACHE|WRBUFFER through xlock. (diff) | |
download | ceph-a4ab37719e968095a1c13023ee04de449f8a7da4.tar.xz ceph-a4ab37719e968095a1c13023ee04de449f8a7da4.zip |
bash, not sh
-rwxr-xr-x | src/dstop.sh | 2 | ||||
-rwxr-xr-x | src/restart.sh | 2 | ||||
-rwxr-xr-x | src/stop.sh | 2 | ||||
-rwxr-xr-x | src/verify-mds-journal.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/dstop.sh b/src/dstop.sh index 37b7f429eaa..06db3c5b2a0 100755 --- a/src/dstop.sh +++ b/src/dstop.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash killall cmon cmds crun diff --git a/src/restart.sh b/src/restart.sh index 7f386d21cbd..ef703188bd1 100755 --- a/src/restart.sh +++ b/src/restart.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ./stop.sh rm core* 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` diff --git a/src/verify-mds-journal.sh b/src/verify-mds-journal.sh index 61d026af7af..67f11f1b4b4 100755 --- a/src/verify-mds-journal.sh +++ b/src/verify-mds-journal.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash while [ 1 ] do |