diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-08-14 13:28:53 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-08-14 13:29:41 +0000 |
commit | 90a448d6c9b73a76f49b5681a51c3531b978a0a4 (patch) | |
tree | 1a2be41bcfc15945b18be5991122237a19d88384 /resources/health.sh | |
parent | d269f9729a2c2c18763558174d7d3cd2d5280696 (diff) |
Fix health check script
Change-Id: I0ed005e16e1ef7402e51df28f84cc495f8f21059
Issue-ID: DCAEGEN2-707
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'resources/health.sh')
-rwxr-xr-x | resources/health.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/health.sh b/resources/health.sh index b2d0b4a..00c77d5 100755 --- a/resources/health.sh +++ b/resources/health.sh @@ -1,3 +1,4 @@ +#!/bin/bash # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ @@ -15,7 +16,6 @@ # ============LICENSE_END========================================================= # # ECOMP is a trademark and service mark of AT&T Intellectual Property. -#!/bin/bash # Health check script for service change handler |