aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2020-11-18 18:08:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-18 18:08:45 +0000
commit03c9f7be0e81f39f71c5ba87a77448a726db06db (patch)
treeb3cd6d8ba7559b9dd23b498bfc0596d615fb37b9 /controlloop/common/feature-controlloop-utils/src/main/feature/install/enable
parente8369d6d3088b7b68acb987ebff432ac830a3200 (diff)
parentf6d5fa2f2dd0654c823403304bc5973bb4cc9491 (diff)
Merge "move all bash to ash shell scripts for drools-apps"
Diffstat (limited to 'controlloop/common/feature-controlloop-utils/src/main/feature/install/enable')
-rw-r--r--controlloop/common/feature-controlloop-utils/src/main/feature/install/enable4
1 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable b/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable
index 682f05ec2..4011b7d3d 100644
--- a/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable
+++ b/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/usr/bin/env ash
###
# ============LICENSE_START=======================================================
@@ -27,7 +27,7 @@
for actor in AAI SO SDNC VFC GUARD
do
FILE=${POLICY_HOME}/config/${actor}-http-client.properties
- if [[ ! -f ${FILE}.ofc ]]; then
+ if [ ! -f "${FILE}.ofc" ]; then
mv ${FILE} ${FILE}.ofc
fi
done