From: Andrew Schoen Date: Wed, 28 Oct 2015 21:42:55 +0000 (-0500) Subject: quote the values in .chacractl X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2cd6920afdf72bccb6dc1e07d6ad907782786695;p=ceph-build.git quote the values in .chacractl Signed-off-by: Andrew Schoen --- diff --git a/ceph-build-next/build/setup b/ceph-build-next/build/setup index 78b751ee..149039d8 100644 --- a/ceph-build-next/build/setup +++ b/ceph-build-next/build/setup @@ -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