Skip to content

Commit

Permalink
Revert "skip read-only mode in split setup"
Browse files Browse the repository at this point in the history
This reverts commit daa39a6.

This should work once WeblateOrg/docker#2535 is
merged.
  • Loading branch information
nijel committed Aug 2, 2024
1 parent 2ab6f86 commit 30f24e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-generate
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ if [ "$3" = "split" ] ; then
WEBLATE_SITE_DOMAIN: test.example.com
EOT
done
sed -i -e '/- \/tmp/D' -e '/read_only: true/D' docker-compose.yml
fi
if [ "$3" = "read-write" ] ; then
sed -i -e '/- \/tmp/D' -e '/read_only: true/D' docker-compose.yml
Expand Down

0 comments on commit 30f24e4

Please sign in to comment.