mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
vstart.sh: align add/minus shell var usage
Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
This commit is contained in:
parent
a7caf1482b
commit
bf213a3c64
@ -738,7 +738,7 @@ EOF
|
||||
}
|
||||
|
||||
start_osd() {
|
||||
for osd in `seq 0 $((CEPH_NUM_OSD-1))`
|
||||
for osd in `seq 0 $(($CEPH_NUM_OSD-1))`
|
||||
do
|
||||
if [ "$new" -eq 1 ]; then
|
||||
wconf <<EOF
|
||||
|
Loading…
Reference in New Issue
Block a user