Skip to content
Snippets Groups Projects
Commit 0bf8d0ce authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

bootstrap-install: Added $AGENT_DIR which holds the agent path directory

parent 789b0283
Branches
Tags
No related merge requests found
...@@ -49,6 +49,7 @@ if test -f "/usr/sbin/projetor" -o -n "${PROJECTOR}"; then ...@@ -49,6 +49,7 @@ if test -f "/usr/sbin/projetor" -o -n "${PROJECTOR}"; then
else else
SEED_MEC_HOME="/opt/seed_mec" SEED_MEC_HOME="/opt/seed_mec"
fi fi
AGENT_DIR="${SEED_MEC_HOME}/SEED2"
# Create seed_mec group and exit on error (except by the error of previous # Create seed_mec group and exit on error (except by the error of previous
# existence of seed_mec group) # existence of seed_mec group)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment