]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: Fix problem that all extra_conf got merged into single line. 28586/head
authorAdam Kupczyk <akupczyk@redhat.com>
Mon, 17 Jun 2019 07:43:44 +0000 (09:43 +0200)
committerAdam Kupczyk <akupczyk@redhat.com>
Mon, 17 Jun 2019 07:43:44 +0000 (09:43 +0200)
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
src/vstart.sh

index 9af3c58097fbb981a3ea9495021d27e26207c862..e7611e06566053f5bd8ced98566a312d03a4cc73 100755 (executable)
@@ -360,7 +360,8 @@ case $1 in
         shift
         ;;
     -o )
-        extra_conf="$extra_conf        $2"
+        extra_conf="$extra_conf        $2
+"
         shift
         ;;
     --cache )