Skip to content

Commit

Permalink
Update config.yml to mkdir moodledata on the init
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 12, 2024
1 parent 321a073 commit eba7672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
# to the docroot.
#Note: the TUGBOAT_ROOT environment variable is equivalent to the git repo root.
- ln -snf "$TUGBOAT_ROOT" "${DOCROOT}"
- mkdir /var/www/moodledata
- chmod 0777 /var/www/moodledata
update:
- cp "${TUGBOAT_ROOT}/.tugboat/config.php" "${DOCROOT}/config.php"

Expand Down

0 comments on commit eba7672

Please sign in to comment.