Skip to content

Commit 9f317e4

Browse files
authored
Update 40_planet.sh
1 parent e3944d4 commit 9f317e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts.d/40_planet.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker tag treehouses/planet:latest treehouses/planet:local
3030
docker tag treehouses/planet:db-init treehouses/planet:db-init-local
3131
docker tag treehouses/planet:chatapi treehouses/planet:chatapi-local
3232
docker images
33-
docker compose -f planet.yml -f volumestravis.yml -f install.yml -p planet pull
33+
#docker compose -f planet.yml -f volumestravis.yml -f install.yml -p planet pull
3434

3535
sync; sync; sync
3636

@@ -74,7 +74,7 @@ cp -a local.ini "mnt/img_root/srv/$planetdir/conf/"
7474
tree -f "mnt/img_root/srv/$planetdir/conf"
7575

7676
# check if couch-db docker has finish
77-
while [[ "$(docker inspect -f '{{.State.Running}}' "$(docker ps -f name=planet_db-init* -a -q)")" == "true" ]]; do
77+
while [[ "$(docker inspect -f '{{.State.Running}}' $(docker ps -f name=planet_db-init* -a -q))" == "true" ]]; do
7878
sleep 1
7979
done
8080
echo "couch has finished"

0 commit comments

Comments
 (0)