diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 629f66b89..8515d5c21 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -16,9 +16,9 @@ do_exit () { local RC=$? cleanup_mounts > /dev/null 2>&1 if [ ${RC} -eq 0 ]; then - notify_n "[OK] MCP: Openstack installation finished succesfully!" 2 + notify_n "[OK] MCP: Installation of $DEPLOY_SCENARIO finished succesfully!" 2 else - notify_n "[ERROR] MCP: Openstack installation threw a fatal error!" + notify_n "[ERROR] MCP: Installation of $DEPLOY_SCENARIO threw a fatal error!" fi } # |