Fix quoting in tripleo-cd.sh

We really don't want to list the current directory in the log :).

Change-Id: I3a1833e29dd4e3c97d0dd3d026983fb95262bd6d
This commit is contained in:
Robert Collins
2013-10-11 22:59:49 +13:00
parent 336a80b3af
commit 74ca9c1612

View File

@@ -28,7 +28,7 @@ while true; do
RESULT=$?
set -e
MSG=$(echo "************** overcloud complete status=$RESULT ************")
echo $MSG
echo "$MSG"
send-irc tripleo cd-undercloud "$MSG"
if [ "0" != "$RESULT" ]; then
exit $RESULT