Skip to content

Commit

Permalink
rgw: fix a typo in init-radosgw
Browse files Browse the repository at this point in the history
Signed-off-by: Zhi Zhang zhangz.david@outlook.com
  • Loading branch information
david-z committed Dec 8, 2015
1 parent e62954e commit 0565055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init-radosgw
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0565055

Please sign in to comment.