Skip to content

Commit 3c48ef7

Browse files
committed
fix: fix localtime setup generating
1 parent 62f69c2 commit 3c48ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-generate

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
if [ "$3" = "read-write" ] || [ "$3" = "localtime" ] ; then
3131
sed -i -e '/tmpfs:/D' -e '/- \/run/D' -e '/- \/tmp/D' -e '/read_only: true/D' docker-compose.yml
3232
if [ "$3" = "localtime" ] ; then
33-
sed -i -e '/weblate-cache:/a\
33+
sed -i -e '/weblate-cache:\/app\/cache/a\
3434
- /etc/localtime:/etc/localtime:ro' docker-compose.yml
3535
fi
3636
else

0 commit comments

Comments
 (0)