From: Sage Weil Date: Sat, 17 Jan 2009 18:06:03 +0000 (-0800) Subject: bash, not sh X-Git-Tag: v0.6~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96dbed744a1beecd5b8a553cc1d53f39fe0e62f9;p=ceph.git bash, not sh --- diff --git a/src/dstop.sh b/src/dstop.sh index 37b7f429eaaf..06db3c5b2a00 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 7f386d21cbdc..ef703188bd16 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 fceb17f2a690..e6b74c7ff7d8 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 61d026af7af4..67f11f1b4b46 100755 --- a/src/verify-mds-journal.sh +++ b/src/verify-mds-journal.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash while [ 1 ] do