From 2cd6920afdf72bccb6dc1e07d6ad907782786695 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 28 Oct 2015 16:42:55 -0500 Subject: [PATCH] quote the values in .chacractl Signed-off-by: Andrew Schoen --- ceph-build-next/build/setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5