Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioassuncao committed Jul 26, 2024
1 parent f89ed8f commit d84ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/8.3/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SCHEDULER_COMMAND=${SCHEDULER_COMMAND:-"$ARTISAN schedule:run --no-interaction"}
log() {
local type="$1"
local message="$2"
echo "[$(date +"%Y-%m-%d %H:%M:%S")] [$type] $message"
echo "[$type] $message"
}

# Function to run setup tasks
Expand Down

0 comments on commit d84ddf8

Please sign in to comment.