File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
apps/agent-provisioning/AFJ/scripts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ AFJ_AGENT_SPIN_UP=/agent-provisioning/AFJ/scripts/docker_start_agent.sh
121
121
AFJ_AGENT_ENDPOINT_PATH=/agent-provisioning/AFJ/endpoints/
122
122
# Uncomment bellow three lines and comment the above to start services locally without using docker, using pnpm
123
123
# AFJ_AGENT_TOKEN_PATH=/apps/agent-provisioning/AFJ/token/
124
- # AFJ_AGENT_SPIN_UP=/apps/agent-provisioning/AFJ/scripts/docker_start_agent .sh
124
+ # AFJ_AGENT_SPIN_UP=/apps/agent-provisioning/AFJ/scripts/start_agent .sh
125
125
# AFJ_AGENT_ENDPOINT_PATH=/apps/agent-provisioning/AFJ/endpoints/
126
126
127
127
AGENT_PROTOCOL=http
@@ -140,4 +140,4 @@ ELK_PASSWORD=xxxxxx // ELK user password
140
140
141
141
ORGANIZATION=credebl
142
142
CONTEXT=platform
143
- APP=api
143
+ APP=api
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ if [ $? -eq 0 ]; then
209
209
210
210
docker rm -f " ${PROJECT_NAME} " || true
211
211
212
- docker- compose -f $FILE_NAME --project-name " ${PROJECT_NAME} " up -d
212
+ docker compose -f $FILE_NAME --project-name " ${PROJECT_NAME} " up -d
213
213
if [ $? -eq 0 ]; then
214
214
215
215
n=0
271
271
echo " ERROR : Failed to execute!" && exit 125
272
272
fi
273
273
274
- echo " Total time elapsed: $( date -ud " @$(( $(date +% s) - $START_TIME )) " +%T) (HH:MM:SS)"
274
+ echo " Total time elapsed: $( date -ud " @$(( $(date +% s) - $START_TIME )) " +%T) (HH:MM:SS)"
You can’t perform that action at this time.
0 commit comments