Skip to content

Commit

Permalink
Bump minor version and fix formatting for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
struanb authored Jan 18, 2024
1 parent 0df1c86 commit 0676caf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-ingress-routing-daemon
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION=4.1.1
VERSION=4.1.2

# Ingress Routing Daemon v4.1.1
# Ingress Routing Daemon v4.1.2
# Copyright © 2020-2021 Struan Bartlett
# ----------------------------------------------------------------------
# Permission is hereby granted, free of charge, to any person
Expand All @@ -28,8 +28,7 @@ VERSION=4.1.1
# Workaround for https://github.com/moby/moby/issues/25526

log() {
if [ -n "${JOURNAL_STREAM}" ]
then
if [ -n "${JOURNAL_STREAM}" ]; then
# Launched with systemd and journald
echo "$@"
return
Expand Down

0 comments on commit 0676caf

Please sign in to comment.