Skip to content

Commit

Permalink
fix: create main site directory in init-typo3 command
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Dec 16, 2024
1 parent e20b7da commit bd92a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ddev/commands/web/init-typo3
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ done

# Copy site settings
_progress "Copying site settings"
mkdir -p $typo3MainSitePath
cp $fixturePath/sites/main/config.yaml $typo3MainSitePath/
cp $fixturePath/sites/main/settings.yaml $typo3MainSitePath/
_done

0 comments on commit bd92a9b

Please sign in to comment.