Remove extra exit 0

The exit 0 is not recommended:
- If this script is forked, it will exit 0 anyway, so the exit
 is useless
- If this script is in the same shell, it will exit current fork
 with no valid reason
Change-Id: Id86af084e0c93856986814b14ad55c4bc8c8e613
This commit is contained in:
Jean-Philippe Evrard
2017年06月02日 08:21:23 +00:00
parent 21d12a2b2c
commit c1a4219a5a

View File

@@ -33,4 +33,3 @@ source re-deploy.sh
echo -e "\n====================================================="
notice "All OpenStack-Ansible Leaps successful."
echo -e "=====================================================\n"
exit 0
Reference in New Issue
openstack/openstack-ansible-ops
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.