Skip to content

Commit

Permalink
prepare.sh: add vendor and public www folders
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyharper committed Jun 3, 2024
1 parent b5063ce commit 90bf48b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,17 @@ symfony_logs() {
www_folder "${html_dir}/var"
}

symfony_vendor() {
www_folder "${html_dir}/vendor"
}

symfony_public() {
www_folder "${html_dir}/public"
}

php_logs
symfony_logs
symfony_vendor
symfony_public

exec "$@"

0 comments on commit 90bf48b

Please sign in to comment.