Skip to content

Commit

Permalink
Clarified comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 28, 2023
1 parent 33033a6 commit d42a967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/etc/entrypoint.d/50-laravel-automations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ -f $APP_BASE_DIR/artisan ] && [ ${AUTORUN_ENABLED:="true"} == "true" ]; the
fi

############################################################################
# Automated storage linking
# artisan storage:link
############################################################################
if [ ${AUTORUN_LARAVEL_STORAGE_LINK:="true"} == "true" ]; then
if [ -d $APP_BASE_DIR/public/storage ]; then
Expand Down

0 comments on commit d42a967

Please sign in to comment.