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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user