Skip to content

Commit

Permalink
Always start the resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 29, 2015
1 parent 56bd8be commit e936f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphere-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ create() {
sudo mkdir -p /mnt/sda1/var/lib/sphere-stack &&
sudo ln -sf /mnt/sda1/var/lib/sphere-stack /var/lib/sphere-stack
EOF
docker-compose -f resources-docker-compose.yml up -d
fi
docker-compose -f resources-docker-compose.yml up -d
}

couch() {
Expand Down

0 comments on commit e936f10

Please sign in to comment.