diff options
Diffstat (limited to 'packages/docker')
-rw-r--r-- | packages/docker/src/main/docker/pdpd-entrypoint.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/docker/src/main/docker/pdpd-entrypoint.sh b/packages/docker/src/main/docker/pdpd-entrypoint.sh index 56b53e3e..e12f7d5b 100644 --- a/packages/docker/src/main/docker/pdpd-entrypoint.sh +++ b/packages/docker/src/main/docker/pdpd-entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env ash # ######################################################################## -# 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. @@ -205,7 +205,7 @@ function start { } function configure { - if [ "${DEBUG}" = "y" ]]; then + if [ "${DEBUG}" = "y" ]; then echo "-- configure --" set -x fi |