Skip to content

Commit

Permalink
Merge pull request #1811 from danskernesdigitalebibliotek/module-syml…
Browse files Browse the repository at this point in the history
…ink-fix

Fix symlink to relative path
  • Loading branch information
xendk authored Nov 29, 2024
2 parents 9413824 + 8ff564d commit e27ee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"scripts": {
"post-drupal-scaffold-cmd": [
"[ ! -d web/sites/default/files/modules_local ] && mkdir -p web/sites/default/files/modules_local || exit 0",
"[ ! -L web/modules/local ] && ln -s web/sites/default/files/modules_local web/modules/local || exit 0"
"[ ! -L web/modules/local ] && ln -s ../sites/default/files/modules_local web/modules/local || exit 0"
]
},
"extra": {
Expand Down

0 comments on commit e27ee34

Please sign in to comment.