Skip to content

Commit

Permalink
Update 40_planet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Feb 5, 2025
1 parent ee2a20f commit d67df9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts.d/40_planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ planetdir='tenalp'
wget https://raw.githubusercontent.com/open-learning-exchange/planet/master/docker/planet.yml
wget https://raw.githubusercontent.com/open-learning-exchange/planet/master/docker/install.yml
wget https://raw.githubusercontent.com/open-learning-exchange/planet/master/docker/volumes.yml
touch .chat.env

{
echo "services:"
Expand Down Expand Up @@ -37,7 +38,7 @@ while ! curl -X GET http://127.0.0.1:2200/_all_dbs ; do
done
echo "couch is up"

cp -a planet.yml install.yml volumes.yml "mnt/img_root/srv/$planetdir/"
cp -a planet.yml install.yml volumes.yml .chat.env "mnt/img_root/srv/$planetdir/"

# temporary couchdb local.ini fix

Expand Down

0 comments on commit d67df9f

Please sign in to comment.