From 5cabe36fe85a780a9fb808343d6341f15da13524 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 12 Apr 2021 08:17:37 -0400 Subject: Fix ccsdk version and remove admportal Fix ccsdk versions and remove admportal, which is no longer supported Change-Id: Iaee9bd2b7d5d7345f889357684df18d53db466a1 Issue-ID: SDNC-1507 Signed-off-by: Dan Timoney Former-commit-id: a1d57d8f5131414429f9ef2d8b0468004d253d0a --- admportal/shell/start_netdb.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 admportal/shell/start_netdb.sh (limited to 'admportal/shell/start_netdb.sh') 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 -- cgit 1.2.3-korg