summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@intel.com>2020-06-02 16:02:17 +0200
committerLuc Provoost <luc.provoost@intel.com>2020-06-02 17:40:20 +0200
commit7e14b29cb65ef871bbc320e1e35e8f4e0b36a8ed (patch)
treef0b6827b356053c6e6264aa3f3b4f68399586eb8 /VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh
parente9cc52b379528413b1d87a05baa8ff14f0328b4e (diff)
Using /opt/rapid to run prox
All config files are now copied into /opt/rapid. We are not using the home directory any more. The prox executable is now also copied into the same /opt/rapid. Change-Id: I838636167f370bf8a855a3cfb0796c659e27a3ad Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh')
-rwxr-xr-xVNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh b/VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh
index cca7f743..5d8ae1ed 100755
--- a/VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh
+++ b/VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh
@@ -18,7 +18,6 @@ NCPUS="$(lscpu | egrep '^CPU\(s\):' | awk '{ print $2 }')"
MAXCOREID="$((NCPUS-1))"
filename="/etc/tuned/realtime-virtual-guest-variables.conf"
-#logfile="/home/centos/prox_system_setup.log"
logfile="/opt/rapid/prox_system_setup.log"
if [ -f "$filename" ]
then