From: Zhi Zhang Date: Tue, 8 Dec 2015 02:33:53 +0000 (+0800) Subject: rgw: fix a typo in init-radosgw X-Git-Tag: v10.0.3~109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0565055b4e952ecb550b5ba330981342212b6062;p=ceph.git rgw: fix a typo in init-radosgw Signed-off-by: Zhi Zhang zhangz.david@outlook.com --- diff --git a/src/init-radosgw b/src/init-radosgw index f18a7610713d..0c3782472252 100644 --- a/src/init-radosgw +++ b/src/init-radosgw @@ -106,7 +106,7 @@ case "$1" in else ulimit -n 32768 core_limit=`ceph-conf -n $name 'core file limit'` - if [ -z $core_limit ] + if [ -z $core_limit ]; then DAEMON_COREFILE_LIMIT=$core_limit fi daemon --user="$user" "$RADOSGW -n $name"