From 90a448d6c9b73a76f49b5681a51c3531b978a0a4 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 14 Aug 2018 13:28:53 +0000 Subject: Fix health check script Change-Id: I0ed005e16e1ef7402e51df28f84cc495f8f21059 Issue-ID: DCAEGEN2-707 Signed-off-by: Jack Lucas --- resources/health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/health.sh') 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 -- cgit 1.2.3-korg