File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ tasks :
2+ - name : Pull Images
3+ init : ./services create
4+
15ports :
26 - name : Orion
37 description : Context Broker
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ waitForIoTAgent () {
120120 done
121121}
122122
123+ export $( cat .env | grep " #" -v)
123124command=" $1 "
124125case " ${command} " in
125126 " help" )
@@ -153,15 +154,12 @@ case "${command}" in
153154 echo -e " Now open \033[4mhttp://localhost:3000/device/monitor\033[0m"
154155 ;;
155156 " stop" )
156- export $( cat .env | grep " #" -v)
157157 stoppingContainers
158158 ;;
159159 " start" )
160- export $( cat .env | grep " #" -v)
161160 ./services cygnus $2
162161 ;;
163162 " create" )
164- export $( cat .env | grep " #" -v)
165163 echo " Pulling Docker images"
166164 docker pull curlimages/curl
167165 ${dockerCmd} -f docker-compose/cygnus-sth-comet.yml pull
You can’t perform that action at this time.
0 commit comments