Use sh instead of ash in drools-apps 00/120300/2
authorJim Hahn <jrh3@att.com>
Wed, 7 Apr 2021 13:37:19 +0000 (09:37 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 7 Apr 2021 16:57:48 +0000 (12:57 -0400)
Issue-ID: POLICY-3160
Change-Id: I92ecec01b99078e2e0651e1adf292913a20e0a30
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/common/feature-controlloop-utils/src/main/feature/install/disable
controlloop/common/feature-controlloop-utils/src/main/feature/install/enable
controlloop/packages/docker-controlloop/src/main/resources/pdpd-cl-entrypoint.sh

index 2cbf8b6..9b709d1 100644 (file)
@@ -1,10 +1,10 @@
-#!/usr/bin/env ash
+#!/usr/bin/env sh
 
 ###
 # ============LICENSE_START=======================================================
 # ONAP POLICY
 # ================================================================================
-# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 4011b7d..e1dd5eb 100644 (file)
@@ -1,10 +1,10 @@
-#!/usr/bin/env ash
+#!/usr/bin/env sh
 
 ###
 # ============LICENSE_START=======================================================
 # ONAP POLICY
 # ================================================================================
-# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 2e4691e..0d603ee 100644 (file)
@@ -1,7 +1,7 @@
-#!/usr/bin/env ash
+#!/usr/bin/env sh
 
 # ########################################################################
-# Copyright 2019-2020 AT&T Intellectual Property. All rights reserved
+# Copyright 2019-2021 AT&T Intellectual Property. All rights reserved
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.