diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2021-04-07 15:33:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-07 15:33:16 +0000 |
commit | 76943d7778b79f2c341899839d413afb998d93be (patch) | |
tree | 3c94669a5efdaf87ace873b937d9f7fcf6f9946e | |
parent | fda8bd706d68806968945f03d734cc02b34d4ca9 (diff) | |
parent | 84eb1884588353e7188b0f367a6b2ad3122eb83d (diff) |
Merge "Use sh instead of ash in PAP"
-rw-r--r-- | packages/policy-pap-docker/src/main/docker/policy-pap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/policy-pap-docker/src/main/docker/policy-pap.sh b/packages/policy-pap-docker/src/main/docker/policy-pap.sh index 70dc7bde..2b49affc 100644 --- a/packages/policy-pap-docker/src/main/docker/policy-pap.sh +++ b/packages/policy-pap-docker/src/main/docker/policy-pap.sh @@ -1,8 +1,8 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # # ============LICENSE_START======================================================= # Copyright (C) 2019-2020 Nordix Foundation. -# Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. +# Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |