]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
quote the values in .chacractl
authorAndrew Schoen <aschoen@redhat.com>
Wed, 28 Oct 2015 21:42:55 +0000 (16:42 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 28 Oct 2015 21:42:55 +0000 (16:42 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-next/build/setup

index 78b751ee29330e0e5177196f8c0dd9b20c621fd6..149039d8d71afa877268a98c244345e92eed7cfe 100644 (file)
@@ -83,7 +83,7 @@ fi
 
 # create the .chacractl config file
 cat > $HOME/.chacractl << EOF
-url = $CHACRACTL_URL
-user = $CHACRACTL_USER
-key = $CHACRACTL_KEY
+url = "$CHACRACTL_URL"
+user = "$CHACRACTL_USER"
+key = "$CHACRACTL_KEY"
 EOF