Skip to content

Commit 8ad8fd4

Browse files
committed
Put chmod in correct place
1 parent 8a8e3c7 commit 8ad8fd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: solr
22

33
pre_install_actions:
44
- "docker volume rm ${DDEV_PROJECT}_solr 2>/dev/null || true"
5-
- "rm -rf solr/solr-configupdate.sh"
65

76
# files and directories listed here are copied into .ddev
87
files:
98
- solr
109
- docker-compose.solr.yaml
1110

1211
post_install_actions:
13-
- chmod +x solr/solr-configupdate.sh
12+
- chmod +x solr/docker-entrypoint-initdb.d/solr-configupdate.sh
1413

0 commit comments

Comments
 (0)