We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22681b2 commit 7b264a6Copy full SHA for 7b264a6
root/etc/s6-overlay/s6-rc.d/init-syslog-ng-config/run
@@ -10,7 +10,6 @@ CONF_VERSION=$(grep -oP "@version: \K(\d+\.\d+)" "/config/syslog-ng.conf")
10
SYSLOG_VERSION=$(syslog-ng --version | grep "Config version" | awk -F ':' '{print $2}' | tr -d '[:space:]')
11
12
if [[ -f "/config/syslog-ng.conf" ]] && (( $(bc -l <<< "${CONF_VERSION} < ${SYSLOG_VERSION}") )); then
13
-
14
cat <<-EOF
15
********************************************************
16
0 commit comments