From 0bf8d0ce384d77218a3747bd2edbc1c920c5b9c9 Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Wed, 27 Jul 2011 10:45:44 -0300 Subject: [PATCH] bootstrap-install: Added $AGENT_DIR which holds the agent path directory Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Acked-by: Klismann Smoger Mottin <ksm09@inf.ufpr.br> --- bootstraps/bootstrap-install | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstraps/bootstrap-install b/bootstraps/bootstrap-install index eb2e831..9bd70f9 100644 --- a/bootstraps/bootstrap-install +++ b/bootstraps/bootstrap-install @@ -49,6 +49,7 @@ if test -f "/usr/sbin/projetor" -o -n "${PROJECTOR}"; then else SEED_MEC_HOME="/opt/seed_mec" fi +AGENT_DIR="${SEED_MEC_HOME}/SEED2" # Create seed_mec group and exit on error (except by the error of previous # existence of seed_mec group) -- GitLab