diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-12 08:17:37 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-12 08:17:37 -0400 |
commit | 5cabe36fe85a780a9fb808343d6341f15da13524 (patch) | |
tree | 4893568c164dfaa82226eacc75fec4d622acb398 /admportal/shell/start_netdb.sh | |
parent | 41a3f91544616f0e785e0e9e552e9fd0234cc9b3 (diff) |
Fix ccsdk version and remove admportal2.1.4
Fix ccsdk versions and remove admportal, which is no longer supported
Change-Id: Iaee9bd2b7d5d7345f889357684df18d53db466a1
Issue-ID: SDNC-1507
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: a1d57d8f5131414429f9ef2d8b0468004d253d0a
Diffstat (limited to 'admportal/shell/start_netdb.sh')
-rwxr-xr-x | admportal/shell/start_netdb.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/admportal/shell/start_netdb.sh b/admportal/shell/start_netdb.sh deleted file mode 100755 index 4a3d75ac..00000000 --- a/admportal/shell/start_netdb.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -. /etc/attappl.env -. ${PROJECT_HOME}/etc/default.env -. ${PROJECT_HOME}/siteconfig/siteconf.info - -# only run on primary adm vm -# ${Rank} comes from siteconf.info -if [ ${Rank} == '1' ]; then - cd /opt/admportal/server - node ./netdb_updater.js -t ${1} -d ${2} >/dev/null 2>&1 -fi |