diff options
author | Jim Hahn <jrh3@att.com> | 2021-04-06 15:39:14 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-04-07 08:39:01 -0400 |
commit | 84eb1884588353e7188b0f367a6b2ad3122eb83d (patch) | |
tree | 88e2ece8d80a45ae3b23aa746d10a1c42185f52a /packages/policy-pap-docker/src/main/docker | |
parent | 07f9418952d3dec141d6953099e0456f85f68807 (diff) |
Use sh instead of ash in PAP
Issue-ID: POLICY-3160
Change-Id: I79c41aa584efd3f4c617fd7c6de9ccf3862eb34d
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages/policy-pap-docker/src/main/docker')
-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. |