diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-03-06 23:31:48 -0600 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-03-07 08:59:56 -0600 |
commit | 30cf6d7f7d77f1e83a84bfea8e991ca867c9a96c (patch) | |
tree | cf64137d9b07dc57e8b71816bf0d97cd78070cb6 /policy-management/src/main/server-gen/bin/features | |
parent | 5ea44baa2e73af2f4404809656622955c1df7ec7 (diff) |
Tweaking scripts to install for pdpd-cl image
Change-Id: I5f7ab5de402a5412938f42ae76e21f112b106b3a
Issue-ID: POLICY-1560
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'policy-management/src/main/server-gen/bin/features')
-rw-r--r-- | policy-management/src/main/server-gen/bin/features | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/policy-management/src/main/server-gen/bin/features b/policy-management/src/main/server-gen/bin/features index 861806aa..d9c6eb28 100644 --- a/policy-management/src/main/server-gen/bin/features +++ b/policy-management/src/main/server-gen/bin/features @@ -409,10 +409,9 @@ function enableDbAnalysis() return 0 fi - source "${POLICY_HOME}"/etc/profile.d/base.conf + source "${POLICY_HOME}"/etc/profile.d/env.sh if [[ -z ${SQL_HOST} ]] || [[ -z ${SQL_USER} ]] || [[ -z ${SQL_PASSWORD} ]]; then - echo "error: not existing configuration to contact the database" - return 2 + echo "warning: DB server is not configured" fi return 0 @@ -1086,7 +1085,7 @@ function installFeatures echo "feature ${name} has been installed (no configuration present)" fi - customOpScript "${featureName}" "install" + customOpScript "${name}" "install" done # check the current directory and the 'config' directory for a |